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


IEngineInkEnvironmentEvents.OnStop 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.OnStop Event
ArcGIS Developer Help

IEngineInkEnvironmentEvents.OnStop Event

Occurs when an ink collection is halted.

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

Product Availability

Available with ArcGIS Engine.

Description

Fired when ink collection stops.

See Also

IEngineInkEnvironmentEvents Interface