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


IEditEvents.OnStartEditing Event (ArcObjects .NET 10.5 SDK)
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