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

DashboardItemMouseWpfEventArgs(String) Constructor

Initializes a new instance of the DashboardItemMouseWpfEventArgs class.

Namespace: DevExpress.DashboardWpf

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

Declaration

public DashboardItemMouseWpfEventArgs(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

The name of the dashboard item.

See Also