Skip to main content

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