ModelBaseTryRedo Method

Tries to perform one redo step.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public bool TryRedo()

Return Value

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.

Implements

ICanUndoRedoTryRedo

See Also