Skip to main content

DashboardItemMouseEventArgs(String) Constructor

Initializes a new instance of the DashboardItemMouseEventArgs class.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardItemMouseEventArgs(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String that specifies the component name of the dashboard item.

See Also