Fires before an edit operation stops.
[Visual Basic 6.0]
Event OnBeforeStopOperation
[Visual Basic .NET] Public Event OnBeforeStopOperation As OnBeforeStopOperationEventHandler
[C#] public event OnBeforeStopOperationEventHandler OnBeforeStopOperation
[C++]
HRESULT OnBeforeStopOperation(
void
);
Product Availability
Available with ArcGIS Engine.
Description
OnBeforeStopOperation is fired before the edit operation is finished at which point the sketch is discarded. Use this event to manipulate the sketch geometry before it is committed.