DMcUndoStackEvent_EventAboutToPush Event

Notifies a Push is about to happen 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
Event AboutToPush As DMcUndoStackEvent_AboutToPushEventHandler

Value

Type: MediaCy.IQL.EngineDMcUndoStackEvent_AboutToPushEventHandler
Remarks
The event is fired before the Push operation is started. The top of the Undo and Redo stacks are available for examination.
See Also