ModelBaseCanRedo Property

Gets whether there are changes to redo.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public bool CanRedo { get; }

Property Value

Boolean
, if there are changes to redo; otherwise, .

Implements

ICanUndoRedoCanRedo

See Also