Back to Devexpress

ConfigureItemDataCalculationEventHandler Delegate

dashboard-devexpress-dot-dashboardwpf-bf08aa04.md

latest1.4 KB
Original Source

ConfigureItemDataCalculationEventHandler Delegate

A method that handles the ConfigureItemDataCalculation event.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ConfigureItemDataCalculationEventArgs |

The ConfigureItemDataCalculationEventArgs object containing event data.

|

See Also

DevExpress.DashboardWpf Namespace