ConfigureItemDataCalculationEventHandler Delegate
In This Article
A method that handles the ConfigureItemDataCalculation event.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public delegate void ConfigureItemDataCalculationEventHandler(
object sender,
ConfigureItemDataCalculationEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Configure |
The Configure |
See Also