CollectionViewSource.OnSourceChanged Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Invoked when the Source property changes.
Namespace: System.Windows.Data
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Protected Overridable Sub OnSourceChanged ( _
oldSource As Object, _
newSource As Object _
)
protected virtual void OnSourceChanged(
Object oldSource,
Object newSource
)
Parameters
- oldSource
Type: System.Object
The old value of the Source property.
- newSource
Type: System.Object
The new value of the Source property.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.