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