Skip to main content

DashboardItemMouseWpfEventArgs(String) Constructor

Initializes a new instance of the DashboardItemMouseWpfEventArgs class.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.1.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public DashboardItemMouseWpfEventArgs(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

The name of the dashboard item.

See Also