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


IEngineEditEvents.OnStartEditing Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnStartEditing Event
ArcGIS Developer Help

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