SelectedDataSourceChangedEventArgs Properties
Provides data for the DashboardDesigner.SelectedDataSourceChanged event.| Name | Description |
|---|---|
| NewDataMember | Gets the currently selected data member. |
| NewDataSourceComponentName | Gets the component name of a currently selected data source. |
| OldDataMember | Gets an old data member. |
| OldDataSourceComponentName | Gets the component name of an old data source. |
See Also