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