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