ModelBaseTryUndo Method
Tries to perform one undo step.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
Public Function TryUndo As Boolean
public:
virtual bool TryUndo() sealed
abstract TryUndo : unit -> bool
override TryUndo : unit -> bool
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.
ICanUndoTryUndo