IWorkspaceEditEvents Interface

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

Members

Name Description
Method OnAbortEditOperation This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.
Method 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.
Method OnStartEditOperation This event is fired after an edit operation is started.
Method 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).
Method OnUndoEditOperation This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.

IWorkspaceEditEvents.OnAbortEditOperation Event

This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed.

Public Event OnAbortEditOperation As OnAbortEditOperationEventHandler
public event OnAbortEditOperationEventHandler OnAbortEditOperation

IWorkspaceEditEvents.OnRedoEditOperation Event

This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed.

Public Event OnRedoEditOperation As OnRedoEditOperationEventHandler
public event OnRedoEditOperationEventHandler OnRedoEditOperation

IWorkspaceEditEvents.OnStartEditing Event

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

Public Event OnStartEditing As OnStartEditingEventHandler
public event OnStartEditingEventHandler OnStartEditing

IWorkspaceEditEvents.OnStartEditOperation Event

This event is fired after an edit operation is started.

Public Event OnStartEditOperation As OnStartEditOperationEventHandler
public event OnStartEditOperationEventHandler OnStartEditOperation

IWorkspaceEditEvents.OnStopEditing Event

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

Public Event OnStopEditing As OnStopEditingEventHandler
public event OnStopEditingEventHandler OnStopEditing

IWorkspaceEditEvents.OnStopEditOperation Event

This event is fired after an edit operation is stopped (successfully completed).

Public Event OnStopEditOperation As OnStopEditOperationEventHandler
public event OnStopEditOperationEventHandler OnStopEditOperation

IWorkspaceEditEvents.OnUndoEditOperation Event

This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.

Public Event OnUndoEditOperation As OnUndoEditOperationEventHandler
public event OnUndoEditOperationEventHandler OnUndoEditOperation

Classes that implement IWorkspaceEditEvents

Classes Description
WorkspaceEditEvents WorkspaceEditEvents Class.

Remarks

IWorkspaceEditEventsis an outbound interface supported by Personal, File and ArcSDE geodatabase workspaces. Clients can listen for and be notified of all the significant editing events (such as OnStartEditingand OnUndoEditOperation) via this interface. In response to these events, clients should discard or refresh (that is, discard and refetch) cached row objects within the application. Clients should also listen for and respond to the notifications in IVersionEvents.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.