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

DashboardDataLoadingEventArgs Constructors

Provides data for the Dashboard.DataLoading event.
Name Parameters Description
DashboardDataLoadingEventArgs(IDashboardDataSource, IEnumerable<IParameter>) dataSource, parameters Initializes a new instance of the DashboardDataLoadingEventArgs class.
DashboardDataLoadingEventArgs(IDashboardDataSource) dataSource Initializes a new instance of the DashboardDataLoadingEventArgs class.
See Also