'Declaration <DescriptionAttribute("Raised when the data rows in the grid have been grouped.")> <CategoryAttribute("Data")> Public Event GroupingUpdated As EventHandler
'Usage Dim instance As GridControl Dim handler As EventHandler AddHandler instance.GroupingUpdated, handler
[Description("Raised when the data rows in the grid have been grouped.")] [Category("Data")] public event EventHandler GroupingUpdated