ModelBaseCanRedo Property
Gets whether there are changes to redo.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public bool CanRedo { get; }
Public ReadOnly Property CanRedo As Boolean
Get
public:
virtual property bool CanRedo {
bool get () sealed;
}
abstract CanRedo : bool with get
override CanRedo : bool with get
Boolean, if there are changes to redo; otherwise,
.
ICanUndoRedoCanRedo