Click or drag to resize

KryptonRibbonGroupNumericUpDown Events

The KryptonRibbonGroupNumericUpDown type exposes the following members.

Events
 NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public eventGotFocus Occurs when the control receives focus.
Public eventKeyDown Occurs when a key is pressed while the control has focus.
Public eventKeyPress Occurs when a key is pressed while the control has focus.
Public eventKeyUp Occurs when a key is released while the control has focus.
Public eventLostFocus Occurs when the control loses focus.
Public eventPreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control.
Public eventPropertyChanged Occurs after the value of a property has changed.
Public eventValueChanged Occurs when the value of the Value property changes.
Top
See Also