Skip to main content

DataLoadingEventHandler Delegate

In This Article

References a method that handles DataLoading events.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public delegate void DataLoadingEventHandler(
    object sender,
    DataLoadingEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e DataLoadingEventArgs

A DataLoadingEventArgs object that contains event data.

See Also