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