Click or drag to resize

DMcUndoStackEvent Interface

Interface to be implemented by a module to get notifications from the undo-redo manager

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

The DMcUndoStackEvent type exposes the following members.

Methods
  NameDescription
Public methodAboutToPush
Notifies a Push is about to happen on the undo-redo manager
Public methodAboutToRedo
Notifies a Redo is about to happen on the undo-redo manager
Public methodAboutToUndo
Notifies a Undo is about to happen on the undo-redo manager
Public methodPushDone
Notifies a Push happened on the undo-redo manager
Public methodRedoDone
Notifies a Redo happened on the undo-redo manager
Public methodUndoDone
Notifies a Undo happened on the undo-redo manager
Top
See Also