DMcUndoStackEvent_UndoDoneEventHandler Delegate

Notifies a Undo happened on 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 Delegate Sub DMcUndoStackEvent_UndoDoneEventHandler ( 
	UndoStack As McUndoStack
)

Parameters

UndoStack
Type: MediaCy.IQL.EngineMcUndoStack
The undo-redo manager where the event took place
Remarks
The event is fired after the Undo operation is completed.
See Also

Reference

PushDone
RedoDone
AboutToUndo