Click or drag to resize

KryptonRibbonGroupComboBox Events

The KryptonRibbonGroupComboBox type exposes the following members.

Events
  NameDescription
Public eventDataSourceChanged
Occurs when the value of the DataSource property changed.
Public eventDisplayMemberChanged
Occurs when the value of the DisplayMember property changed.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDropDown
Occurs when the drop-down portion of the KryptonComboBox is shown.
Public eventDropDownClosed
Indicates that the drop-down portion of the KryptonComboBox has closed.
Public eventDropDownStyleChanged
Occurs when the value of the DropDownStyle property changed.
Public eventFormat
Occurs when the list format has changed.
Public eventFormatInfoChanged
Occurs when the value of the FormatInfo property changed.
Public eventFormatStringChanged
Occurs when the value of the FormatString property changed.
Public eventFormattingEnabledChanged
Occurs when the value of the FormattingEnabled property changed.
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 eventSelectedIndexChanged
Occurs when the value of the SelectedIndex property changes.
Public eventSelectedValueChanged
Occurs when the value of the SelectedValue property changed.
Public eventSelectionChangeCommitted
Occurs when an item is chosen from the drop-down list and the drop-down list is closed.
Public eventTextUpdate
Occurs when the KryptonComboBox text has changed.
Public eventValueMemberChanged
Occurs when the value of the ValueMember property changed.
Top
See Also