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