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