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