The IStateNavigable type exposes the following members.
Name | Description | |
---|---|---|
ClearHistory |
Discards both undo and redo history. |
|
ClearRedoHistory |
Discards redo history. |
|
ClearUndoHistory |
Discards undo history. |
|
Redo | Overloaded. Redoes last undone change. |
|
SaveState |
Saves state of the object. |
|
Undo | Overloaded. Undoes last made change. |
Name | Description | |
---|---|---|
CanRedo |
Indicates if last reverted action can be redone. |
|
CanUndo |
Indicates if last change can be undone. |
|
MaxUndoStepCount |
Gets/sets maximum number of available undo steps (levels). |
|
RedoStepCount |
Returns number of available redo levels (i.e. how much time method Redo() can be called). |
|
UndoRedoEnabled |
Enables or disables undo/redo functionality. |
|
UndoRedoTrackingEnabled |
Enables or disables the automatic change tracking. |
|
UndoStepCount |
Returns number of available undo levels (i.e. how much time method Undo() can be called). |
Name | Description | |
---|---|---|
Redoing |
Fires when image is being redone (before starting). |
|
Redone |
Fires when operation has been redone (after finishing). |
|
Undoing |
Fires when image is being undone (before starting). |
|
Undone |
Fires when operation has been undone (after finishing). |