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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DataSourceEventArgs(
    IDashboardDataSource dataSource
)

Parameters

Name Type Description
dataSource IDashboardDataSource

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

See Also