public interface ICanUndoRedo : ICanUndo
Public Interface ICanUndoRedo
Inherits ICanUndo
public interface class ICanUndoRedo : ICanUndo
type ICanUndoRedo =
interface
interface ICanUndo
end
CanRedo | Gets whether there are changes to redo. |
CanUndo |
Gets whether there are changes to undo.
(Inherited from ICanUndo) |
ClearUndoHistory |
Clears the undo history without performing any undo.
(Inherited from ICanUndo) |
RedoAll | Redoes all possible redo steps. |
TryRedo | Tries to perform one redo step. |
TryUndo |
Tries to perform one undo step.
(Inherited from ICanUndo) |
UndoAll |
Undoes all possible undo steps.
(Inherited from ICanUndo) |