[]
Enumerates the types of C1Ribbon events.
public enum RibbonEventType
| Name | Description |
|---|---|
| ChangeCanceled | Occurs when the user cancels changes made to a RibbonTextBox or RibbonComboBox. |
| ChangeCommitted | Occurs when the user commits changes to a RibbonTextBox or RibbonComboBox. |
| CheckedChanged | Occurs whenever the Checked property is changed. |
| Click | Occurs when a RibbonItem or a contextual tab group is clicked. |
| DeselectBackstageViewTab | Occurs after a backstage view tab is deselected. |
| DeselectTab | Occurs after a Ribbon tab is deselected. |
| DialogLauncherClick | Occurs when the user clicks a dialog launcher button. |
| DoubleClick | Occurs when a RibbonItem is double-clicked. |
| DropDown | Occurs before the drop-down portion of a RibbonDropDownBase is shown. |
| DropDownClosed | Occurs when the drop-down portion of a RibbonDropDownBase is closed. |
| GotFocus | Occurs when a RibbonItem receives focus. |
| HighlightedIndexChanged | Occurs whenever either the HighlightedIndex property or the highlighted item in the RibbonGallery are changed. |
| LostFocus | Occurs when a RibbonItem loses focus. |
| MouseEnter | Occurs when the mouse enters the visible part of a RibbonItem. |
| MouseLeave | Occurs when the mouse leaves the visible part of a RibbonItem. |
| PressedButtonChanged | Occurs whenever the PressedButtonChanged event occurs. |
| PressedChanged | Occurs whenever the Pressed property is changed. |
| QatItemsChanged | Occurs whenever the Items collection is changed. |
| QatPositionChanged | Occurs whenever the BelowRibbon property is changed. |
| SelectBackstageViewTab | Occurs after a backstage view tab is selected. |
| SelectTab | Occurs after a Ribbon tab is selected. |
| SelectedColorChanged | Occurs whenever the Color property is changed. |
| SelectedIndexChanged | Occurs whenever either the SelectedIndex or SelectedIndex property is changed. |
| TextChanged | Occurs whenever either the Text or Text property is changed. |
| ValueChanged | Occurs whenever either the Value or Value property is changed. |