DropDownGalleryEventHandler Delegate
In This Article
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 | Drop |
A Drop |
See Also