Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / EditorRibbonGallery Class / HighlightedItemChanged Event

In This Topic
    HighlightedItemChanged Event (EditorRibbonGallery)
    In This Topic
    Syntax
    'Declaration
     
    Public Event HighlightedItemChanged As System.EventHandler(Of GalleryEventArgs)
    public event System.EventHandler<GalleryEventArgs> HighlightedItemChanged
    Event Data

    The event handler receives an argument of type C1.Win.Ribbon.GalleryEventArgs containing data related to this event. The following GalleryEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also