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