Fires when editing begins.
[Visual Basic 6.0]
Event OnStartEditing
[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.