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