Back to Devexpress

DashboardItemSelectionChangedWpfEventHandler Delegate

dashboard-devexpress-dot-dashboardwpf-ffa53c10.md

latest1.5 KB
Original Source

DashboardItemSelectionChangedWpfEventHandler Delegate

A method that handles the DashboardItemSelectionChanged event.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public delegate void DashboardItemSelectionChangedWpfEventHandler(
    object sender,
    DashboardItemSelectionChangedWpfEventArgs e
);
vb
Public Delegate Sub DashboardItemSelectionChangedWpfEventHandler(
    sender As Object,
    e As DashboardItemSelectionChangedWpfEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardItemSelectionChangedWpfEventArgs |

A DashboardItemSelectionChangedWpfEventArgs object containing event data.

|

See Also

DevExpress.DashboardWpf Namespace