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