Back to Devexpress

DashboardItemElementCustomColorEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-bbdf7341.md

latest1.5 KB
Original Source

DashboardItemElementCustomColorEventHandler Delegate

References a method that handles the DashboardViewer.DashboardItemElementCustomColor event.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardItemElementCustomColorEventArgs |

A DashboardItemElementCustomColorEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace