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

DashboardOpeningEventArgs() Constructor

Initializes a new instance of the DashboardOpeningEventArgs class.

Namespace: DevExpress.DashboardWin

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

Declaration

public DashboardOpeningEventArgs()

Remarks

Instances of the DashboardOpeningEventArgs 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