Skip to main content
.NET 6.0+

DashboardViewCreatedEventArgs(DashboardView) Constructor

Initializes a new instance of the DashboardViewCreatedEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DashboardViewCreatedEventArgs(
    DashboardView view
)

Parameters

Name Type Description
view DashboardView

A DashboardView object that represents a Dashboard View to be customized.

Remarks

Since instances of the DashboardViewCreatedEventArgs class are automatically created and passed to handlers of the XafApplication.DashboardViewCreated event, you do not need to call this constructor from your applications.

See Also