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

DashboardItemMouseEventArgs(String) Constructor

Initializes a new instance of the DashboardItemMouseEventArgs class.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public DashboardItemMouseEventArgs(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

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

See Also