Event fired when new text is added to an editable C1ComboBox.
Catch this event to validate the new input.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public event EventHandler<ValidateInputEventArgs> ValidateInput |
Visual Basic |
---|
Public Event ValidateInput As EventHandler(Of ValidateInputEventArgs) |