ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGallery Class / HighlightedItemChanged Event

In This Topic
    HighlightedItemChanged Event
    In This Topic
    Occurs when the mouse moves over a GalleryItem.
    Syntax
    'Declaration
     
    Public Event HighlightedItemChanged As GalleryEventHandler
    public event GalleryEventHandler 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