Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / SelectedIndexChanged Event


In This Topic
SelectedIndexChanged Event (FpCombo)
In This Topic
Occurs when the index of the selected item in the combo box list has changed.
Syntax
'Declaration
 
Public Event SelectedIndexChanged As EventHandler
 
'Usage
 
Dim instance As FpCombo
Dim handler As EventHandler
 
AddHandler instance.SelectedIndexChanged, handler
See Also