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

DataLoadingWebEventArgs Class

Provides data for the DataLoading events.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public class DataLoadingWebEventArgs :
    DataLoadingEventArgs

Remarks

The DataLoading events are raised when the dashboard needs to load data from a data source assigned in code, allowing you to provide this data on the fly. To learn more, see the topic for the required event.

Inheritance

See Also