This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnStartOperation Event (ArcObjects .NET 10.4 SDK) |
Fires when an edit operation starts.
[Visual Basic .NET] Public Event OnStartOperation As OnStartOperationEventHandler
[C#] public event OnStartOperationEventHandler OnStartOperation
[C++]
HRESULT OnStartOperation(
void
);
The OnStartOperation event is fired whenever an edit operation is started or when IEngineEditor::StartOperation is called.