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