User Control Combo Box Editing ControlEditing Control Value Changed Property
Gets or sets a value indicating whether the value of the editing control differs from the value of
the hosting cell.
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool EditingControlValueChanged { get; set; }VB
Public Property EditingControlValueChanged As Boolean
Get
SetC++
public:
virtual property bool EditingControlValueChanged {
bool get () sealed;
void set (bool value) sealed;
}F#
abstract EditingControlValueChanged : bool with get, set
override EditingControlValueChanged : bool with get, set