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