Provides access to events that occur to a workspace in the context of editing it.
Members
Name | Description | |
---|---|---|
OnAbortEditOperation | This event is fired after an edit operation is aborted. Any cached row objects must be discarded / refreshed. | |
OnBeginStopEditing | This event is fired after editing is stopped on a workspace but before edits are saved. | |
OnRedoEditOperation | This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed. | |
OnStartEditing | This event is fired after editing is started on a workspace. | |
OnStartEditOperation | This event is fired after an edit operation is started. | |
OnStopEditing | This event is fired after editing is stopped on a workspace. | |
OnStopEditOperation | This event is fired after an edit operation is stopped (successfully completed). | |
OnUndoEditOperation | This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed. |
IWorkspaceEditEvents2.OnBeginStopEditing Event
This event is fired after editing is stopped on a workspace but before edits are saved.
Public Event OnBeginStopEditing As OnBeginStopEditingEventHandler
public event OnBeginStopEditingEventHandler OnBeginStopEditing
Inherited Interfaces
Interfaces | Description |
---|---|
IWorkspaceEditEvents | Provides access to events that occur to a workspace in the context of editing it. |
Classes that implement IWorkspaceEditEvents2
Classes | Description |
---|---|
WorkspaceEditEvents2 | WorkspaceEditEvents2 Class. |