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