ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class


In This Topic
    RibbonComboBox Class Events
    In This Topic

    For a list of all members of this type, see RibbonComboBox members.

    Public Events
     NameDescription
    Public EventOccurs when the user cancels changes to the combo box.  
    Public EventOccurs when the user commits changes to the combo box.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the drop-down portion of this element is shown. (Inherited from C1.Win.C1Ribbon.RibbonDropDownBase)
    Public EventIndicates that the drop-down portion of this element has closed. (Inherited from C1.Win.C1Ribbon.RibbonDropDownBase)
    Public EventOccurs when the combo box receives focus.  
    Public EventOccurs when the value of the HighlightedIndex property changes.  
    Public EventOccurs when a key is first pressed.  
    Public EventOccurs when the user presses and releases a key.  
    Public EventOccurs when a key is released.  
    Public EventOccurs when the combo box loses focus.  
    Public EventOccurs when the mouse enters the item. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public EventOccurs when the mouse leaves the item. (Inherited from C1.Win.C1Ribbon.RibbonItem)
    Public EventOccurs when the value of the SelectedIndex property changes.  
    Public EventEvent raised when the text is changed.  
    Top
    See Also