Skip to main content

DataSourceEventArgs Class

Serves as the base class for classes that provide data for dashboard events.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DataSourceEventArgs :
    EventArgs

Remarks

The DataSourceEventArgs class exposes the DataSourceEventArgs.DataSource property that allows you to determine the data source for which the event was raised.

See Also