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