Name | Description | |
---|---|---|
![]() | ChangeCanceled | Occurs when the user cancels changes to the text box. |
![]() | ChangeCommitted | Occurs when the user commits changes to the text box. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | GotFocus | Occurs when the text box receives focus. |
![]() | KeyDown | Occurs when a key is first pressed. |
![]() | KeyPress | Occurs when the user presses and releases a key. |
![]() | KeyUp | Occurs when a key is released. |
![]() | LostFocus | Occurs when the text box loses focus. |
![]() | MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) |
![]() | MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) |
![]() | TextChanged | Event raised when the text is changed. |