Share via


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