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