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


IEngineEditEvents.OnAbort Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnAbort Event

Fires when an edit operation is aborted.

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

Product Availability

Available with ArcGIS Engine.

Description

The OnAbort event is fired whenever IEngineEditor::AbortOperation is called.

See Also

IEngineEditEvents Interface