ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / InvalidInput Event

In This Topic
    InvalidInput Event (C1DropDownControl)
    In This Topic
    Occurs when invalid character is in input.
    Syntax
    'Declaration
     
    Public Event InvalidInput As EventHandler
    public event EventHandler InvalidInput
    See Also