FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonEventType Enumeration

In This Topic
    RibbonEventType Enumeration
    In This Topic
    Enumerates the types of C1Ribbon events.
    Syntax
    'Declaration
     
    Public Enum RibbonEventType 
       Inherits System.Enum
    public enum RibbonEventType : System.Enum 
    Members
    MemberDescription
    ChangeCanceledOccurs when the user cancels changes made to a RibbonTextBox or RibbonComboBox.
    ChangeCommittedOccurs when the user commits changes to a RibbonTextBox or RibbonComboBox.
    CheckedChangedOccurs whenever the Checked property is changed.
    ClickOccurs when a RibbonItem or a contextual tab group is clicked.
    DeselectBackstageViewTabOccurs after a backstage view tab is deselected.
    DeselectTabOccurs after a Ribbon tab is deselected.
    DialogLauncherClickOccurs when the user clicks a dialog launcher button.
    DoubleClickOccurs when a RibbonItem is double-clicked.
    DropDownOccurs before the drop-down portion of a RibbonDropDownBase is shown.
    DropDownClosedOccurs when the drop-down portion of a RibbonDropDownBase is closed.
    GotFocusOccurs when a RibbonItem receives focus.
    HighlightedIndexChangedOccurs whenever either the HighlightedIndex property or the highlighted item in the RibbonGallery are changed.
    LostFocusOccurs when a RibbonItem loses focus.
    MouseEnterOccurs when the mouse enters the visible part of a RibbonItem.
    MouseLeaveOccurs when the mouse leaves the visible part of a RibbonItem.
    PressedButtonChangedOccurs whenever the PressedButtonChanged event occurs.
    PressedChangedOccurs whenever the Pressed property is changed.
    QatItemsChangedOccurs whenever the Items collection is changed.
    QatPositionChangedOccurs whenever the BelowRibbon property is changed.
    SelectBackstageViewTabOccurs after a backstage view tab is selected.
    SelectedColorChangedOccurs whenever the Color property is changed.
    SelectedIndexChangedOccurs whenever either the SelectedIndex or SelectedIndex property is changed.
    SelectTabOccurs after a Ribbon tab is selected.
    TextChangedOccurs whenever either the RibbonTextBox.Text or Text property is changed.
    ValueChangedOccurs whenever either the Value or Value property is changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.RibbonEventType

    See Also