System.Windows.Forms.ToolStripItem.OwnerChanged Event

Occurs when the ToolStripItem.Owner property changes.

Syntax

public event EventHandler OwnerChanged

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.OwnerChanged 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