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