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 old data source before 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 OldDataSource As Object
Get
'Usage
Dim instance As DataSourceChangedEventArgs
Dim value As Object
value = instance.OldDataSource
public Object OldDataSource { get; }
Property Value
Type: System.Object
The old data source before the data source change.
See Also
Reference
DataSourceChangedEventArgs Class