dashboard-devexpress-dot-dashboardcommon-fc5457c7.md
Contains members used to fill an Object data source with data.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DataLoadingEventArgs :
EventArgs
Public Class DataLoadingEventArgs
Inherits EventArgs
DataLoadingEventArgs is the data class for the following events:
When you bind DashboardObjectDataSource to a dashboard you can handle the DataLoading events to fill the data source with data.
You can use the event parameter’s following properties:
DataId Identifies the data source for which the event is raised.Data Supplies data for the data source.
Note
Note that an object assigned to the DataLoadingEventArgs.Data property should implement the IEnumerable or IListSource interface. Otherwise, the data source is unable to read data.
Object EventArgs DataLoadingEventArgs DataLoadingWebEventArgs
See Also