DataGridViewTextBoxEditingControl.EditingControlValueChanged 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出文字方塊控制項的目前值是否已經變更。
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
。