Name | Description | |
---|---|---|
![]() | ChangeCanceled | Occurs when the user cancels changes to the RibbonNumericBox. |
![]() | ChangeCommitted | Occurs when the user commits changes to the RibbonNumericBox. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | FormatChanged | Fires when the Format property changes. |
![]() | GotFocus | Occurs when the RibbonNumericBox 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 RibbonNumericBox 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) |
![]() | PrepareNumberFormat | Fires when the NumberFormat property is recreated. |
![]() | SpinButtonClick | Fires when the up/down buttons are clicked, before their built-in processing. |
![]() | TextChanged | Event raised when the text is changed. |
![]() | ValueChanged | Fires when the Value property changes. |