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