DataGridViewComboBoxEditingControl.EditingControlValueChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the current value of the control has changed.
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
Property Value
true
if the value of the control has changed; otherwise, false
.
Implements
Remarks
The EditingControlValueChanged property is set to true
to specify that the owning cell's value has changed, and the cell may need to be updated to reflect this change. 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
.