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


IEditEvents2.OnStartOperation Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IEditEvents2.OnStartOperation Event

Called when StartOperation is called.

[Visual Basic .NET]
Public Event OnStartOperation As OnStartOperationEventHandler
[C#]
public event OnStartOperationEventHandler OnStartOperation

Product Availability

Available with ArcGIS Desktop.

Remarks

OnStartOperation is raised when IEditor::StartOperation is called.  The OnStartOperation event is not fired for SketchOperations.

See Also

IEditEvents2 Interface