Skip to main content
All docs
V24.2

ConfigureItemDataCalculationEventHandler Delegate

In This Article

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public delegate void ConfigureItemDataCalculationEventHandler(
    object sender,
    ConfigureItemDataCalculationEventArgs e
);

#Parameters

Name Type
sender Object
e ConfigureItemDataCalculationEventArgs
See Also