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


IEngineInkEnvironmentEvents.OnStart Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironmentEvents Interface > IEngineInkEnvironmentEvents.OnStart Event
ArcGIS Developer Help

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