PropertyData.Dirty 属性

定义

获取或设置一个值,该值指示自上次保存数据以来是否已修改 PropertyData 对象。

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

属性值

如果自上次保存数据以来已修改 PropertyData,则为 true;否则为 false。

适用于