ICanUndoTryUndo Method

Tries to perform one undo step.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
bool TryUndo()

Return Value

Boolean
, if one step is successfully undone; otherwise, . The result can be if CanUndo was or when the stored steps are inconsistent with the current property values.

See Also