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


IEditEvents2.OnStopOperation 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.OnStopOperation Event
ArcGIS Developer Help

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