Back to Devexpress

DashboardOpeningEventArgs Class

dashboard-devexpress-dot-dashboardwin-4603b393.md

latest2.2 KB
Original Source

DashboardOpeningEventArgs Class

Provides data for the DashboardDesigner.DashboardOpening event.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardOpeningEventArgs :
    EventArgs
vb
Public Class DashboardOpeningEventArgs
    Inherits EventArgs

DashboardOpeningEventArgs is the data class for the following events:

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

DashboardOpeningEventArgs Members

DevExpress.DashboardWin Namespace