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


IEditEvents2.OnStopOperation Event (ArcObjects .NET 10.5 SDK)
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