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

DataSourceEventArgs(IDashboardDataSource) Constructor

Initializes a new instance of the DataSourceEventArgs class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DataSourceEventArgs(
    IDashboardDataSource dataSource
)

Parameters

Name Type Description
dataSource IDashboardDataSource

An object implementing the IDashboardDataSource interface that specifies the data source.

See Also