Skip to main content

SelectedDataSourceChangedEventArgs(String, String, String, String) Constructor

Initializes a new instance of the SelectedDataSourceChangedEventArgs class.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public SelectedDataSourceChangedEventArgs(
    string newDataSourceComponentName,
    string newDataMember,
    string oldDataSourceComponentName,
    string oldDataMember
)

Parameters

Name Type Description
newDataSourceComponentName String

A String value that specifies the component name of a currently selected data source.

newDataMember String

A String value that specifies the currently selected data member.

oldDataSourceComponentName String

A String value that specifies the component name of an old data source.

oldDataMember String

A String value that specifies an old data member.

See Also