Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQat Class / ItemsChanged Event

In This Topic
    ItemsChanged Event (RibbonQat)
    In This Topic
    Occurs whenever a RibbonItem or RibbonGroup is added or removed to/from the Items collection.
    Syntax
    'Declaration
     
    
    Public Event ItemsChanged As EventHandler(Of QatItemsChangedEventArgs)
    public event EventHandler<QatItemsChangedEventArgs> ItemsChanged
    Event Data

    The event handler receives an argument of type QatItemsChangedEventArgs containing data related to this event. The following QatItemsChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value indicating whether the item was added or removed to/from the QAT.  
    Gets the RibbonItem or RibbonGroup that is added or removed to/from the QAT.  
    See Also