DataSourceChangedEventArgs.OldDataSource Property
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