DataSourceChangedEventArgs Constructor
Initializes a new instance of the DataSourceChangedEventArgs class.
Namespace: Microsoft.Office.BusinessApplications.Model
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public Sub New ( _
oldDataSource As Object, _
newDataSource As Object _
)
'Usage
Dim oldDataSource As Object
Dim newDataSource As Object
Dim instance As New DataSourceChangedEventArgs(oldDataSource, _
newDataSource)
public DataSourceChangedEventArgs(
Object oldDataSource,
Object newDataSource
)
Parameters
- oldDataSource
Type: System.Object
The old data source before the data source change.
- newDataSource
Type: System.Object
The new data source after the data source change.
See Also
Reference
DataSourceChangedEventArgs Class