CollectionViewSource::OnSourceChanged Method (Object^, Object^)

 

Invoked when the Source property changes.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

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.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: