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