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