ConfigureItemDataCalculationEventHandler Delegate
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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