Skip to main content

GalleryItemEventArgs(BaseGallery, GalleryItem) Constructor

Initializes a new instance of the GalleryItemEventArgs class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GalleryItemEventArgs(
    BaseGallery gallery,
    GalleryItem item
)

Parameters

Name Type Description
gallery BaseGallery

A BaseGallery descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the GalleryItemEventArgs.Gallery property.

item GalleryItem

A GalleryItem object which represents the processed Gallery item. This value is assigned to the GalleryItemEventArgs.Item property.

See Also