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


IEngineEditEvents.OnStartOperation Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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