DataGridViewTextBoxEditingControl::EditingControlValueChanged Property
.NET Framework (current version)
Gets or sets a value indicating whether the current value of the text box control has changed.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool EditingControlValueChanged { virtual bool get(); virtual void set(bool value); }
The EditingControlValueChanged property is set to true to indicate that the owning cell's value has changed, and the cell may need to be updated to reflect this change in value. The owning cell or table will reset this property to false after it has updated itself.
When the control is initialized, this property is set to false.
.NET Framework
Available since 2.0
Available since 2.0
Show: