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