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.
Occurs when the DataSource property is changed.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Overridable Sub OnDataSourceChanged ( _
args As DataSourceChangedEventArgs _
)
'Usage
Dim args As DataSourceChangedEventArgs
Me.OnDataSourceChanged(args)
protected virtual void OnDataSourceChanged(
DataSourceChangedEventArgs args
)
Parameters
- args
Type: Microsoft.Office.BusinessApplications.Model.DataSourceChangedEventArgs
A DataSourceChangedEventArgs that contains the event data.