OnSourceChanged Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Data
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft