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