System.Windows.Forms.ToolStripItem.DisplayStyleChanged Event

Occurs when the ToolStripItem.DisplayStyle has changed.

Syntax

public event EventHandler DisplayStyleChanged

Remarks

Note:

Changing the Control.Enabled property of a System.Windows.Forms.ToolStrip does not raise the ToolStripItem.DisplayStyleChanged 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