Skip to main content

DashboardItemMouseWpfEventArgs(String) Constructor

Initializes a new instance of the DashboardItemMouseWpfEventArgs class.

Namespace: DevExpress.DashboardWpf

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

Declaration

public DashboardItemMouseWpfEventArgs(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

The name of the dashboard item.

See Also