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

DashboardViewCreatingEventArgs(String, IObjectSpace) Constructor

Initializes a new instance of the DashboardViewCreatingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public DashboardViewCreatingEventArgs(
    string viewId,
    IObjectSpace objectSpace
)

Parameters

Name Type Description
viewId String

A string value that represents the ID of the Dashboard View to be created.

objectSpace IObjectSpace

An IObjectSpace object representing the Object Space to be used by the created Dashboard View.

Remarks

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

See Also