Occurs when the ToolStripItem.ForeColor property value changes.
This event is raised if the ToolStripItem.ForeColor property is changed by either a programmatic modification or through interaction.
Changing the Control.Enabled property of a System.Windows.Forms.ToolStrip does not raise the ToolStripItem.ForeColorChanged event. Raise this event with specific property settings.
For more information about handling events, see Consuming Events.