The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ItemsControl::OnItemsSourceChanged Method (IEnumerable^, IEnumerable^)
.NET Framework (current version)
Called when the ItemsSource property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnItemsSourceChanged( IEnumerable^ oldValue, IEnumerable^ newValue )
Parameters
- oldValue
-
Type:
System.Collections::IEnumerable^
Old value of the ItemsSource property.
- newValue
-
Type:
System.Collections::IEnumerable^
New value of the ItemsSource property.
.NET Framework
Available since 3.0
Available since 3.0
Show: