DataSourceChangedEventArgs.NewDataSource Property
Gets the new data source after the data source change.
Namespace: Microsoft.Office.BusinessApplications.Model
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public ReadOnly Property NewDataSource As Object
Get
'Usage
Dim instance As DataSourceChangedEventArgs
Dim value As Object
value = instance.NewDataSource
public Object NewDataSource { get; }
Property Value
Type: System.Object
The new data source after the data source change.
See Also
Reference
DataSourceChangedEventArgs Class