ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnStartEditing Event

Fires when editing begins.

[Visual Basic .NET]
Public Event OnStartEditing As OnStartEditingEventHandler
[C#]
public event OnStartEditingEventHandler OnStartEditing
[C++]
HRESULT OnStartEditing(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnStartEditing event is fired whenever an edit session is started. For example, when the ControlsEditingStartCommand is called or when the IEngineEditor::StartEditing method is called programmatically.

See Also

IEngineEditEvents Interface