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