'Declaration <DescriptionAttribute("Raised when the grid has been sorted.")> <CategoryAttribute("Data")> Public Event Sorted As EventHandler
'Usage Dim instance As GridControl Dim handler As EventHandler AddHandler instance.Sorted, handler
[Description("Raised when the grid has been sorted.")] [Category("Data")] public event EventHandler Sorted