ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents.OnStartEditing Event

This event is fired after editing is started on a workspace.

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

Parameters

withUndoRedo [in]   withUndoRedo is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEditEvents Interface