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