This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnAbort Event (ArcObjects .NET 10.5 SDK) |
Fires when an edit operation is aborted.
[Visual Basic .NET] Public Event OnAbort As OnAbortEventHandler
[C#] public event OnAbortEventHandler OnAbort
[C++]
HRESULT OnAbort(
void
);
The OnAbort event is fired whenever IEngineEditor::AbortOperation is called.