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

DashboardOpeningEventArgs Class

Provides data for the DashboardDesigner.DashboardOpening event.

Namespace: DevExpress.DashboardWin

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

Declaration

public class DashboardOpeningEventArgs :
    EventArgs

Remarks

The DashboardDesigner.DashboardOpening event is raised when a when an end-user clicks the Open button. Handle this event to override the default Open File dialog and implement custom actions.

Assign the dashboard that should be opened to the event parameter’s DashboardOpeningEventArgs.Dashboard property.

After you have provided the dashboard, set the DashboardOpeningEventArgs.Handled property to true. Otherwise, the default actions will be performed, i.e., the Open File dialog will be invoked and the dashboard selected by the end-user will be opened.

Inheritance

Object
EventArgs
DashboardOpeningEventArgs
See Also