Name | Description | |
---|---|---|
![]() | BackColorChanged | Fires when the value of the BackColor property changes. |
![]() | Click | Fires when the hosted control is clicked. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | DoubleClick | Fires when the hosted control is double-clicked. |
![]() | DragDrop | Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control. |
![]() | DragEnter | Fires when the user drags an item into the client area of the hosted control. |
![]() | DragLeave | Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control. |
![]() | DragOver | Fires when the user drags an item over the client area of the hosted control. |
![]() | EnabledChanged | Fires when the value of the Enabled property changes. |
![]() | Enter | Fires when the hosted control is entered. |
![]() | ForeColorChanged | Fires when the value of the ForeColor property changes. |
![]() | GiveFeedback | Fires during a drag operation. |
![]() | GotFocus | Fires when the hosted control receives the focus. |
![]() | KeyDown | Fires when a key is pressed while the hosted control has focus. |
![]() | KeyPress | Fires when a key is pressed while the hosted control has focus. |
![]() | KeyUp | Fires when a key is released while the hosted control has focus. |
![]() | Leave | Fires when the input focus leaves the hosted control. |
![]() | LostFocus | Fires when the hosted control loses the focus. |
![]() | MouseDown | Fires when the user presses a mouse button on the hosted control. |
![]() | MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) |
![]() | MouseHover | Fires when the mouse pointer hovers over the hosted control. |
![]() | MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) |
![]() | MouseMove | Fires when the user moves the mouse over the hosted control. |
![]() | MouseUp | Fires when the user releases a mouse button over the hosted control. |
![]() | Paint | Fires when the hosted control is redrawn. |
![]() | QueryContinueDrag | Fires during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. |
![]() | Resize | Fires when the hosted control is resized. |
![]() | RightToLeftChanged | Fires when the value of the RightToLeft property changes. |
![]() | TextChanged | Fires when the value of the Text property changes. |
![]() | Validated | Fires after the contents of the hosted control have been validated. |
![]() | Validating | Fires to validate the contents of the hosted control before it loses focus. |
![]() | VisibleChanged | Fires when the value of the Visible property changes. |