ArcObjects Library Reference (Editor)  

IEditEvents2.OnAbort Event

Called when AbortOperation is called.

[Visual Basic .NET]
Public Event OnAbort As OnAbortEventHandler
[C#]
public event OnAbortEventHandler OnAbort

Product Availability

Available with ArcGIS Desktop.

Remarks

OnAbort is called whenever an edit operation is aborted.

See Also

IEditEvents2 Interface