BindingGroup.IsDirty 속성
정의
BindingGroup이 소스에 기록되지 않은 제안된 값을 포함하는지 여부를 나타내는 값을 가져오거나 설정합니다.Gets or sets a value that indicates whether the BindingGroup contains a proposed value that has not been written to the source.
public:
property bool IsDirty { bool get(); };
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean
속성 값
BindingGroup에 소스에 작성되지 않은 제안 값이 들어 있으면 true
이고, 그렇지 않으면 false
입니다.true
if the BindingGroup contains a proposed value that has not been written to the source; otherwise, false
.