DashboardStateChangedArgs Type
In This Article
Provides data for the DashboardStateChanged event.
#Declaration
TypeScript
export type DashboardStateChangedArgs = {
component: DevExpress.Dashboard.DashboardControl;
dashboardId: string;
dashboard: DevExpress.Dashboard.Model.Dashboard;
stateString: string;
}
#Members
Name | Type | Description |
---|---|---|
component | Dashboard |
A Web Dashboard control. |
dashboard | Dashboard | A model of the dashboard displayed in the control. |
dashboard |
string | A string value that is the dashboard identifier. |
state |
string |
#Remarks
Use the onDashboardStateChanged handler to raise the DashboardStateChanged event.