Back to Devexpress

DataLoadingWebEventArgs Class

dashboard-devexpress-dot-dashboardweb-92ed73e5.md

latest1.8 KB
Original Source

DataLoadingWebEventArgs Class

Provides data for the DataLoading events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public class DataLoadingWebEventArgs :
    DataLoadingEventArgs
vb
Public Class DataLoadingWebEventArgs
    Inherits DataLoadingEventArgs

DataLoadingWebEventArgs is the data class for the following events:

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

Object EventArgs DataLoadingEventArgs DataLoadingWebEventArgs

See Also

DataLoadingWebEventArgs Members

DevExpress.DashboardWeb Namespace