ModelBaseTryRedo Method
Tries to perform one redo step.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
Public Function TryRedo As Boolean
public:
virtual bool TryRedo() sealed
abstract TryRedo : unit -> bool
override TryRedo : unit -> bool
Boolean, if one step is successfully redone; otherwise,
.
The result can be
if
CanRedo was
or when the stored steps are inconsistent with the current property values.
ICanUndoRedoTryRedo