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