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