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.v19.2.Core.dll

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