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