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