C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonGallery Class / HighlightedItemChanged Event

HighlightedItemChanged Event (RibbonGallery)
Occurs when the mouse moves over a GalleryItem.
Syntax
'Declaration
 
Public Event HighlightedItemChanged As System.EventHandler(Of GalleryEventArgs)
 
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