Back to Devexpress

ConfigureItemDataCalculationEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-48052068.md

latest1.1 KB
Original Source

ConfigureItemDataCalculationEventHandler Delegate

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameType
senderObject
eConfigureItemDataCalculationEventArgs

See Also

DevExpress.DashboardCommon Namespace