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

DataLoadingEventArgs Class

Provides data for the DataLoading events.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public class DataLoadingEventArgs :
    EventArgs

Remarks

The DataLoadingEventArgs class provides data for the following events.

These events are raised when the dashboard is supplied with data using the DashboardObjectDataSource (see Object Data Source). Use the event parameter’s DataLoadingEventArgs.Data property to provide data for this data source. To identify the data source for which the event has been raised, use the DataLoadingEventArgs.DataSourceName property.

Note

Note that an object assigned to the DataLoadingEventArgs.Data property should implement the IEnumerable or IListSource interface.

Inheritance

See Also