[]
Event fired when new text is added to an editable C1ComboBox. Catch this event to validate the new input.
public event EventHandler<ValidateInputEventArgs> ValidateInput
Type | Description |
---|---|
EventHandler<ValidateInputEventArgs> | Event fired when new text is added to an editable C1ComboBox. Catch this event to validate the new input. |