DataGridViewTextBoxEditingControl.EditingControlValueChanged Property

Definition

Gets or sets a value indicating whether the current value of the text box 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 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.

Applies to

See also