This document is archived and information here might be outdated.  Recommended version.


IEngineEditEvents.OnStartOperation Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnStartOperation Event
ArcGIS Developer Help

IEngineEditEvents.OnStartOperation Event

Fires when an edit operation starts.

[Visual Basic .NET]
Public Event OnStartOperation As OnStartOperationEventHandler
[C#]
public event OnStartOperationEventHandler OnStartOperation
[C++]
HRESULT OnStartOperation(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnStartOperation event is fired whenever an edit operation is started or when IEngineEditor::StartOperation is called.

See Also

IEngineEditEvents Interface