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


IWorkspaceEditEvents.OnStopEditOperation Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEditEvents Interface > IWorkspaceEditEvents.OnStopEditOperation Event
ArcGIS Developer Help

IWorkspaceEditEvents.OnStopEditOperation Event

This event is fired after an edit operation is stopped (successfully completed).

[Visual Basic .NET]
Public Event OnStopEditOperation As OnStopEditOperationEventHandler
[C#]
public event OnStopEditOperationEventHandler OnStopEditOperation
[C++]
HRESULT OnStopEditOperation(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEditEvents Interface