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