Storage for the flag indicating the field has been changed and not updated.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool IsDirty { get; set; } |
Visual Basic |
---|
Property IsDirty As Boolean Get Set |
Visual C++ |
---|
property bool IsDirty { bool get (); void set (bool value); } |