Maintains a queue of Command records used to undo or redo actions.
The following tables list the members exposed by the CommandHistory type.
Name | Description | |
---|---|---|
Gets or sets the maximum number of records to keep in the history queue. |
||
Gets the commands saved in the undo / redo history queue. |
||
Gets a reference to the command that would be redone if Redo is invoked. |
||
Gets a reference to the command that would be undone if Undo is invoked. |
Name | Description | |
---|---|---|
Removes all records from the history queue. |
||
Merges several undo records into a single composite record. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |