[]
Pushes the specified action onto the undo stack.
protected void PushUndo(UndoAction action, bool clearRedo)
Protected Sub PushUndo(action As UndoAction, clearRedo As Boolean)
| Type | Name | Description |
|---|---|---|
| UndoAction | action | Undo action |
| bool | clearRedo | True to clear the redo stack (action is being performed), false otherwise (action is being undone) |