Back to Devexpress

DropDownGalleryEventHandler Delegate

wpf-devexpress-dot-xpf-dot-ribbon-f45f5c2b.md

latest1.2 KB
Original Source

DropDownGalleryEventHandler Delegate

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public delegate void DropDownGalleryEventHandler(
    object sender,
    DropDownGalleryEventArgs e
);
vb
Public Delegate Sub DropDownGalleryEventHandler(
    sender As Object,
    e As DropDownGalleryEventArgs
)

Parameters

NameTypeDescription
senderObject

An object that fires the event.

| | e | DropDownGalleryEventArgs |

A DropDownGalleryEventArgs object that provides the event’s data.

|

See Also

DevExpress.Xpf.Ribbon Namespace