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