C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / UnorderedListGallery Class / HighlightedItemChanged Event

HighlightedItemChanged Event (UnorderedListGallery)
Syntax
'Declaration
 
Public Event HighlightedItemChanged As System.EventHandler(Of GalleryEventArgs)
 
Event Data

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

PropertyDescription
 
See Also