ToolStripSplitButton Events
.NET Framework 2.0
| 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.) |
| ButtonClick | Occurs when the standard button portion of a ToolStripSplitButton is clicked. |
| ButtonDoubleClick | Occurs when the standard button portion of a ToolStripSplitButton is double-clicked. |
| Click | Occurs when the ToolStripItem is clicked. (Inherited from ToolStripItem.) |
| DefaultItemChanged | Occurs when the DefaultItem has changed. |
| DisplayStyleChanged | Occurs when the DisplayStyle has changed. (Inherited from ToolStripItem.) |
| Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from Component.) |
| 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.) |
| DropDownClosed | Occurs when the ToolStripDropDown closes. (Inherited from ToolStripDropDownItem.) |
| DropDownItemClicked | Occurs when the ToolStripDropDown is clicked. (Inherited from ToolStripDropDownItem.) |
| DropDownOpened | Occurs when the ToolStripDropDown has opened. (Inherited from ToolStripDropDownItem.) |
| DropDownOpening | Occurs as the ToolStripDropDown is opening. (Inherited from ToolStripDropDownItem.) |
| 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.) |