ArcObjects Library Reference (Editor)  

IEditEvents.OnStartEditing Event

Called when editing begins.

[Visual Basic .NET]
Public Event OnStartEditing As OnStartEditingEventHandler
[C#]
public event OnStartEditingEventHandler OnStartEditing

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever an edit session is started, the OnStartEditing event is fired.

See Also

IEditEvents Interface