ObservableObjectBaseIsModified Property
Gets whether this instance has been modified.
Modified state can be set by the
SetModified method.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public bool IsModified { get; }
Public ReadOnly Property IsModified As Boolean
Get
public:
property bool IsModified {
bool get ();
}
member IsModified : bool with get
Property Value
Boolean