This document is archived and information here might be outdated.  Recommended version.


IEngineInkEnvironmentEvents.OnStart Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineInkEnvironmentEvents.OnStart Event

Occurs when an ink collection is started.

[Visual Basic .NET]
Public Event OnStart As OnStartEventHandler
[C#]
public event OnStartEventHandler OnStart
[C++]
HRESULT OnStart(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Fired when ink collection starts.

See Also

IEngineInkEnvironmentEvents Interface