InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / Validated Event

In This Topic
    Validated Event (InputComboBox)
    In This Topic
    Fires after the contents of a component have been validated.
    Syntax
    'Declaration
     
    Public Event Validated As EventHandler
    public event EventHandler Validated
    See Also