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

In This Topic
    HighlightedIndexChanged Event (InputComboBox)
    In This Topic
    Fires when the value of the HighlightedIndex property changes.
    Syntax
    'Declaration
     
    Public Event HighlightedIndexChanged As EventHandler
    public event EventHandler HighlightedIndexChanged
    See Also