ArcObjects Library Reference (Editor)  

IEditEvents2.OnStopOperation Event

Called when StopOperation is called.

[Visual Basic .NET]
Public Event OnStopOperation As OnStopOperationEventHandler
[C#]
public event OnStopOperationEventHandler OnStopOperation

Product Availability

Available with ArcGIS Desktop.

Remarks

OnStopOperation is called when the operation is successfully completed.  At this point the feature has been created but the edit sketch is still available.

See Also

IEditEvents2 Interface