Skip to main content

DashboardCreatingEventArgs(Dashboard) Constructor

Initializes a new instance of the DashboardCreatingEventArgs class.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardCreatingEventArgs(
    Dashboard dashboard
)

Parameters

Name Type Description
dashboard Dashboard

A Dashboard object.

Remarks

Instances of the DashboardCreatingEventArgs class are automatically created, initialized and passed to the corresponding event handlers. Typically, there is no need to call this constructor directly from your code.

See Also