Skip to main content
A newer version of this page is available. .

DropDownGalleryEventHandler Delegate

Represents the method that will handle events relating to dropdown galleries.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v18.2.dll

Declaration

public delegate void DropDownGalleryEventHandler(
    object sender,
    DropDownGalleryEventArgs e
);

Parameters

Name Type Description
sender Object

An object that fires the event.

e DropDownGalleryEventArgs

A DropDownGalleryEventArgs object that provides the event’s data.

See Also