ObservableObjectBaseIsModified Property

Gets whether this instance has been modified. Modified state can be set by the SetModified method.

Definition

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

Property Value

Boolean

See Also