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

DataSourceEventArgs Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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