ModelBaseCanUndo Property

Gets whether there are changes to undo.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public bool CanUndo { get; }

Property Value

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

Implements

ICanUndoCanUndo

See Also