Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGallery Class / HighlightedItemChanged Event

In This Topic
    HighlightedItemChanged Event (RibbonGallery)
    In This Topic
    Occurs when the mouse moves over a GalleryItem.
    Syntax
    'Declaration
     
    
    Public Event HighlightedItemChanged As EventHandler(Of GalleryEventArgs)
    public event EventHandler<GalleryEventArgs> HighlightedItemChanged
    Event Data

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

    PropertyDescription
    Gets the RibbonGalleryItem object that caused the event.  
    See Also