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

DashboardSavingEventArgs(Dashboard, DashboardSaveCommand) Constructor

Initializes a new instance of the DashboardSavingEventArgs class.

Namespace: DevExpress.DashboardWin

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

Declaration

public DashboardSavingEventArgs(
    Dashboard dashboard,
    DashboardSaveCommand command
)

Parameters

Name Type Description
dashboard Dashboard

A Dashboard object that should be serialized.

command DashboardSaveCommand

A DashboardSaveCommand enumeration member that specifies which action raised this event.

Remarks

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