MultiColumnComboBoxEditingControlOnKeyPress Method

This is overridden to notify the data grid view of value changes on the first key press

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnKeyPress(
	KeyPressEventArgs e
)

Parameters

e  KeyPressEventArgs
The event arguments

Remarks

If the first key auto-completes the default entry, it won't see the change so we must force it.

See Also