DMcUndoStackEvent_PushDoneEventHandler Delegate
|
|
Notifies a Push happened on the undo-redo manager
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub DMcUndoStackEvent_PushDoneEventHandler (
UndoStack As McUndoStack
)
Parameters
- UndoStack
- Type: MediaCy.IQL.EngineMcUndoStack
The undo-redo manager where the event took place
RemarksThe event is fired after the Push operation is completed.
See AlsoReference
RedoDone
UndoDone
AboutToPush