Skip to main content

DashboardItemSelectionChangedWpfEventHandler Delegate

A method that handles the DashboardItemSelectionChanged event.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public delegate void DashboardItemSelectionChangedWpfEventHandler(
    object sender,
    DashboardItemSelectionChangedWpfEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e DashboardItemSelectionChangedWpfEventArgs

A DashboardItemSelectionChangedWpfEventArgs object containing event data.

See Also