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