System.Windows.Forms.ToolStripItem.BackColorChanged Event

Occurs when the value of the ToolStripItem.BackColor property changes.

Syntax

public event EventHandler BackColorChanged

Remarks

This event is raised if the ToolStripItem.BackColor property is changed by either a programmatic modification or user interaction.

Note:

Changing the Control.Enabled property of a System.Windows.Forms.ToolStrip does not raise the ToolStripItem.BackColorChanged event. Raise this event with specific property settings.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0