Click or drag to resize

KryptonRibbonGroupDomainUpDown Events

The KryptonRibbonGroupDomainUpDown 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 eventScroll Occurs when the user scrolls the scroll box.
Public eventSelectedItemChanged Occurs when the value of the SelectedItem property changes.
Public eventTextChanged Occurs when the value of the Text property changes.
Top
See Also