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