CollectionViewSource.OnSourceChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Invoked when the Source property changes.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overridable Sub OnSourceChanged ( _ oldSource As Object, _ newSource As Object _ )
Parameters
- oldSource
- Type: System.Object
The old value of the Source property.
- newSource
- Type: System.Object
The new value of the Source property.
Show: