ICanUndo Interface

Represents an object with undo capability.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public interface ICanUndo

Properties

CanUndo Gets whether there are changes to undo.

Methods

ClearUndoHistory Clears the undo history without performing any undo.
TryUndo Tries to perform one undo step.
UndoAll Undoes all possible undo steps.

See Also