[]
        
(Showing Draft Content)

C1.WPF.C1ComboBox.ValidateInput

ValidateInput Event

Event fired when new text is added to an editable C1ComboBox. Catch this event to validate the new input.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public event EventHandler<ValidateInputEventArgs> ValidateInput
Returns
Type Description
EventHandler<ValidateInputEventArgs> Event fired when new text is added to an editable C1ComboBox. Catch this event to validate the new input.