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