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