dashboard-devexpress-dot-dashboardwin-4603b393.md
Provides data for the DashboardDesigner.DashboardOpening event.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardOpeningEventArgs :
EventArgs
Public Class DashboardOpeningEventArgs
Inherits EventArgs
DashboardOpeningEventArgs is the data class for the following events:
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.
Object EventArgs DashboardOpeningEventArgs
See Also