A newer version of this page is available.
Switch to the current version.
DashboardItemSelectionChangedWpfEventHandler Delegate
A method that handles the DashboardItemSelectionChanged event.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v18.2.Wpf.dll
Declaration
public delegate void DashboardItemSelectionChangedWpfEventHandler(
object sender,
DashboardItemSelectionChangedWpfEventArgs e
);
Public Delegate Sub DashboardItemSelectionChangedWpfEventHandler(
sender As Object,
e As DashboardItemSelectionChangedWpfEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | DashboardItemSelectionChangedWpfEventArgs | A DashboardItemSelectionChangedWpfEventArgs object containing event data. |
See Also
Feedback