Back to Devexpress

CustomPaletteEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-80289e51.md

latest1.4 KB
Original Source

CustomPaletteEventHandler Delegate

References a method that handles the DashboardDesigner.CustomPalette and DashboardViewer.CustomPalette events.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomPaletteEventArgs |

A CustomPaletteEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace