This document is archived and information here might be outdated. Recommended version. |
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.