'Declaration <DescriptionAttribute("Raised when the value of the SelectedIndex property is changed.")> <CategoryAttribute("Property Changed")> Public Event SelectedIndexChanged As EventHandler
'Usage Dim instance As WinComboBox Dim handler As EventHandler AddHandler instance.SelectedIndexChanged, handler
[Description("Raised when the value of the SelectedIndex property is changed.")] [Category("Property Changed")] public event EventHandler SelectedIndexChanged