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

DataLoadingEventArgs Constructors

Provides data for the DataLoading events.
Name Parameters Description
DataLoadingEventArgs(String, String, IEnumerable<IParameter>) dataSourceComponentName, dataSourceName, parameters Initializes a new instance of the DataLoadingEventArgs class.
DataLoadingEventArgs(String, String) dataSourceComponentName, dataSourceName Initializes a new instance of the DataLoadingEventArgs class.
See Also