Fires when an edit operation is aborted.
[Visual Basic 6.0]
Event OnAbort
[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.