Back to Devexpress

GalleryItem.ItemClick Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-2d5af851.md

latest2.3 KB
Original Source

GalleryItem.ItemClick Event

Occurs each time an end-user clicks the GalleryItem.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event GalleryItemClickEventHandler ItemClick
vb
Public Event ItemClick As GalleryItemClickEventHandler

Event Data

The ItemClick event's data class is GalleryItemClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
GalleryGets the Gallery that contains the processed Gallery item. Inherited from GalleryItemEventArgs.
InRibbonGalleryLinkFor In-Ribbon galleries, gets the bar item link that displays the current gallery. Inherited from GalleryItemEventArgs.
ItemGets the Gallery item currently being processed. Inherited from GalleryItemEventArgs.

Remarks

Handle the ItemClick event to respond to an end-user clicking a specific GalleryItem.

See Also

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace