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