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