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


IWorkspaceEditEvents2.OnStartEditing Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents2.OnStartEditing Event

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

[Visual Basic .NET]
Public Event OnStartEditing As 2
[C#]
public event 2 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

IWorkspaceEditEvents2 Interface