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


IEditEvents2.BeforeStopOperation Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents2 Interface > IEditEvents2.BeforeStopOperation Event
ArcGIS Developer Help

IEditEvents2.BeforeStopOperation Event

Called before StopOperation is called.

[Visual Basic .NET]
Public Event BeforeStopOperation As BeforeStopOperationEventHandler
[C#]
public event BeforeStopOperationEventHandler BeforeStopOperation

Product Availability

Available with ArcGIS Desktop.

Remarks

BeforeStopOperation is called before the operation is finished (when the sketch is discarded).  Use this event to manipulate the sketch geometry before it is committed.

See Also

IEditEvents2 Interface