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


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

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