Skip to main content
A newer version of this page is available. .

ConfigureItemDataCalculationEventHandler Delegate

A method that handles the ConfigureItemDataCalculation event.

Namespace: DevExpress.DashboardWpf

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

Declaration

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

Parameters

Name Type Description
sender Object

The event source.

e ConfigureItemDataCalculationEventArgs

The ConfigureItemDataCalculationEventArgs object containing event data.

See Also