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


IWorkspaceEditEvents2.OnStopEditOperation Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents2.OnStopEditOperation Event

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

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

Product Availability

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

See Also

IWorkspaceEditEvents2 Interface