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