WinFormsUIElementBase.OnDataSourceChanged Method

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

See Also

Reference

WinFormsUIElementBase Class

WinFormsUIElementBase Members

Microsoft.Office.BusinessApplications.Runtime.UI Namespace