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


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