Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / RibbonEvent Event

In This Topic
    RibbonEvent Event
    In This Topic
    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 C1.Win.Ribbon.RibbonEventArgs containing data related to this event. The following RibbonEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also