Description

Notifies a Push happened on the undo-redo manager

Syntax

Private Sub object_PushDone(UndoStack)

The PushDone Event syntax has these parts:

PartDescription
objectA McUndoStack object.
UndoStackA McUndoStack object.

The undo-redo manager where the event took place

Remarks

The event is fired after the Push operation is completed.