ArcObjects Library Reference (Editor)  

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