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