DropDownGalleryEventHandler Delegate
Represents the method that will handle events relating to dropdown galleries.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
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