ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / QatItemsChangedEventArgs Class / Item Property

In This Topic
    Item Property (QatItemsChangedEventArgs)
    In This Topic
    Gets the RibbonItem or RibbonGroup that is added or removed to/from the QAT.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As System.ComponentModel.Component
    public System.ComponentModel.Component Item {get;}
    Remarks
    This property returns null (Nothing in VB) if Action is equal to QatItemAction.Reset.
    See Also