DataGridViewCheckBoxCell.EditingCellValueChanged 屬性

定義

取得或設定旗標,表示此儲存格已經變更值。

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

屬性值

如果儲存格的值已經變更,則為 true,否則為 false

實作

備註

當儲存格的值變更時,它會標示為已修改,直到儲存該值,或資料格以其資料來源中的資料重新初始化為止。

適用於

另請參閱