C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / SelectedIndexChanged Event


In This Topic
SelectedIndexChanged Event
In This Topic
Event raised before the SelectedIndexproperty changes.
Syntax
'Declaration
 
Public Event SelectedIndexChanged As EventHandler(Of EventArgs)
 
'Usage
 
Dim instance As C1ComboBox
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.SelectedIndexChanged, handler
See Also