DMcUndoStackEvent_Event Interface

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface DMcUndoStackEvent_Event

The DMcUndoStackEvent_Event type exposes the following members.

Events
  NameDescription
Public eventAboutToPush
Notifies a Push is about to happen on the undo-redo manager
Public eventAboutToRedo
Notifies a Redo is about to happen on the undo-redo manager
Public eventAboutToUndo
Notifies a Undo is about to happen on the undo-redo manager
Public eventPushDone
Notifies a Push happened on the undo-redo manager
Public eventRedoDone
Notifies a Redo happened on the undo-redo manager
Public eventUndoDone
Notifies a Undo happened on the undo-redo manager
Top
See Also