DataGridViewTextBoxEditingControl.EditingControlValueChanged 屬性

定義

取得或設定值,指出文字方塊控制項的目前值是否已經變更。

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

屬性值

如果控制項的值已經變更,則為 true,否則為 false

實作

備註

屬性 EditingControlValueChanged 設定為 true ,表示擁有儲存格的值已變更,而且可能需要更新儲存格以反映值中的這項變更。 擁有的資料格或資料表會在它本身更新之後,將此屬性重設為 false

初始化控制項時,這個屬性會設定為 false

適用於

另請參閱