ToolStripButton Events
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AvailableChanged | Occurs when the value of the Available property changes.(Inherited from ToolStripItem.) |
![]() | BackColorChanged | Occurs when the value of the BackColor property changes.(Inherited from ToolStripItem.) |
![]() | CheckedChanged | Occurs when the value of the Checked property changes. |
![]() | CheckStateChanged | Occurs when the value of the CheckState property changes. |
![]() | Click | Occurs when the ToolStripItem is clicked.(Inherited from ToolStripItem.) |
![]() | DisplayStyleChanged | Occurs when the DisplayStyle has changed.(Inherited from ToolStripItem.) |
![]() | Disposed | |
![]() | DoubleClick | Occurs when the item is double-clicked with the mouse.(Inherited from ToolStripItem.) |
![]() | 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.(Inherited from ToolStripItem.) |
![]() | DragEnter | Occurs when the user drags an item into the client area of this item.(Inherited from ToolStripItem.) |
![]() | DragLeave | Occurs when the user drags an item and the mouse pointer is no longer over the client area of this item.(Inherited from ToolStripItem.) |
![]() | DragOver | Occurs when the user drags an item over the client area of this item.(Inherited from ToolStripItem.) |
![]() | EnabledChanged | Occurs when the Enabled property value has changed.(Inherited from ToolStripItem.) |
![]() | ForeColorChanged | Occurs when the ForeColor property value changes.(Inherited from ToolStripItem.) |
![]() | GiveFeedback | Occurs during a drag operation.(Inherited from ToolStripItem.) |
![]() | LocationChanged | Occurs when the location of a ToolStripItem is updated.(Inherited from ToolStripItem.) |
![]() | MouseDown | Occurs when the mouse pointer is over the item and a mouse button is pressed.(Inherited from ToolStripItem.) |
![]() | MouseEnter | Occurs when the mouse pointer enters the item.(Inherited from ToolStripItem.) |
![]() | MouseHover | Occurs when the mouse pointer hovers over the item.(Inherited from ToolStripItem.) |
![]() | MouseLeave | Occurs when the mouse pointer leaves the item.(Inherited from ToolStripItem.) |
![]() | MouseMove | Occurs when the mouse pointer is moved over the item.(Inherited from ToolStripItem.) |
![]() | MouseUp | Occurs when the mouse pointer is over the item and a mouse button is released.(Inherited from ToolStripItem.) |
![]() | OwnerChanged | Occurs when the Owner property changes. (Inherited from ToolStripItem.) |
![]() | Paint | Occurs when the item is redrawn.(Inherited from ToolStripItem.) |
![]() | QueryAccessibilityHelp | Occurs when an accessibility client application invokes help for the ToolStripItem.(Inherited from 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.(Inherited from ToolStripItem.) |
![]() | RightToLeftChanged | Occurs when the RightToLeft property value changes.(Inherited from ToolStripItem.) |
![]() | TextChanged | Occurs when the value of the Text property changes.(Inherited from ToolStripItem.) |
![]() | VisibleChanged | Occurs when the value of the Visible property changes.(Inherited from ToolStripItem.) |
