System.Windows.Forms.ToolStripItem: Event Members

The events of System.Windows.Forms.ToolStripItem are listed below. For a list of all members, see the ToolStripItem Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Events

AvailableChanged

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

BackColorChanged

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

Click

Occurs when the System.Windows.Forms.ToolStripItem is clicked.

DisplayStyleChanged

Occurs when the ToolStripItem.DisplayStyle has changed.

DoubleClick

Occurs when the item is double-clicked with the mouse.

DragDrop

Occurs when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into this item.

DragEnter

Occurs when the user drags an item into the client area of this item.

DragLeave

Occurs when the user drags an item and the mouse pointer is no longer over the client area of this item.

DragOver

Occurs when the user drags an item over the client area of this item.

EnabledChanged

Occurs when the ToolStripItem.Enabled property value has changed.

ForeColorChanged

Occurs when the ToolStripItem.ForeColor property value changes.

GiveFeedback

Occurs during a drag operation.

LocationChanged

Occurs when the location of a System.Windows.Forms.ToolStripItem is updated.

MouseDown

Occurs when the mouse pointer is over the item and a mouse button is pressed.

MouseEnter

Occurs when the mouse pointer enters the item.

MouseHover

Occurs when the mouse pointer hovers over the item.

MouseLeave

Occurs when the mouse pointer leaves the item.

MouseMove

Occurs when the mouse pointer is moved over the item.

MouseUp

Occurs when the mouse pointer is over the item and a mouse button is released.

OwnerChanged

Occurs when the ToolStripItem.Owner property changes.

Paint

Occurs when the item is redrawn.

QueryAccessibilityHelp

Occurs when an accessibility client application invokes help for the System.Windows.Forms.ToolStripItem.

QueryContinueDrag

Occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.

RightToLeftChanged

Occurs when the ToolStripItem.RightToLeft property value changes.

TextChanged

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

VisibleChanged

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