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