'Declaration Public Enum RibbonEventType Inherits System.Enum
public enum RibbonEventType : System.Enum
'Declaration Public Enum RibbonEventType Inherits System.Enum
public enum RibbonEventType : System.Enum
Member | 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 RibbonCheckBox.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 RibbonComboBox.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 RibbonToggleGroup.PressedButtonChanged event occurs. |
PressedChanged | Occurs whenever the RibbonToggleButton.Pressed property is changed. |
QatItemsChanged | Occurs whenever the RibbonQat.Items collection is changed. |
QatPositionChanged | Occurs whenever the RibbonQat.BelowRibbon property is changed. |
SelectBackstageViewTab | Occurs after a backstage view tab is selected. |
SelectedColorChanged | Occurs whenever the RibbonColorPicker.Color property is changed. |
SelectedIndexChanged | Occurs whenever either the RibbonComboBox.SelectedIndex or RibbonGallery.SelectedIndex property is changed. |
SelectTab | Occurs after a Ribbon tab is selected. |
TextChanged | Occurs whenever either the RibbonTextBox.Text or RibbonComboBox.Text property is changed. |
ValueChanged | Occurs whenever either the RibbonProgressBar.Value or RibbonTrackBar.Value property is changed. |
System.Object
System.ValueType
System.Enum
C1.Win.Ribbon.RibbonEventType