System.Windows.Forms.ToolStripItem.VisibleChanged Event

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

Syntax

public event EventHandler VisibleChanged

Remarks

For more information about handling events, see Consuming Events.

Note:

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

Requirements

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