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