FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / RibbonEvent Event

In This Topic
    RibbonEvent Event (C1Ribbon)
    In This Topic
    Occurs when other Ribbon events occur.
    Syntax
    'Declaration
     
    Public Event RibbonEvent As System.EventHandler(Of RibbonEventArgs)
    public event System.EventHandler<RibbonEventArgs> RibbonEvent
    Event Data

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

    PropertyDescription
    Gets the type of this event.  
    Gets the item (or group, or tab) that originated the event.  
    See Also