Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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