StateItem.IsDirty Proprietà

Definizione

Ottiene o imposta un valore che indica se l'oggetto StateItem è stato modificato.

public:
 property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

Valore della proprietà

true se l'oggetto StateItem memorizzato è stato modificato; in caso contrario, false.

Si applica a

Vedi anche