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