FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonEventArgs Class / Item Property

In This Topic
    Item Property (RibbonEventArgs)
    In This Topic
    Gets the item (or group, or tab) that originated the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As System.ComponentModel.Component
    public System.ComponentModel.Component Item {get;}
    See Also