'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.
Property | Description |
---|---|
GalleryItem | Gets the RibbonGalleryItem object that caused the event. |
See Also