ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents2 Interface

Provides access to events that occur to a workspace in the context of editing it.

Product Availability

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

Members

Description
Method OnAbortEditOperation This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.
Event OnAbortEditOperation This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.
Event OnBeginStopEditing This event is fired after editing is stopped on a workspace but before edits are saved.
Method OnRedoEditOperation This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed.
Event OnRedoEditOperation This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed.
Method OnStartEditing This event is fired after editing is started on a workspace.
Event OnStartEditing This event is fired after editing is started on a workspace.
Method OnStartEditOperation This event is fired after an edit operation is started.
Event OnStartEditOperation This event is fired after an edit operation is started.
Method OnStopEditing This event is fired after editing is stopped on a workspace.
Event OnStopEditing This event is fired after editing is stopped on a workspace.
Method OnStopEditOperation This event is fired after an edit operation is stopped (successfully completed).
Event OnStopEditOperation This event is fired after an edit operation is stopped (successfully completed).
Method OnUndoEditOperation This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.
Event OnUndoEditOperation This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.

Inherited Interfaces

Interfaces Description
IWorkspaceEditEvents Provides access to events that occur to a workspace in the context of editing it.

CoClasses that implement IWorkspaceEditEvents2

CoClasses and Classes Description
WorkspaceEditEvents2 WorkspaceEditEvents2 Class.