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