ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents.OnAbortEditOperation Event

This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.

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

Product Availability

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

See Also

IWorkspaceEditEvents Interface