DataSourceEventArgs Class
In This Article
Serves as the base class for classes that provide data for dashboard events.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Remarks
The DataSourceEventArgs class exposes the DataSourceEventArgs.DataSource property that allows you to determine the data source for which the event was raised.
#Inheritance
See Also