ItemsControl.OnItemsSourceChanged Method (IEnumerable, IEnumerable)
.NET Framework (current version)
Called when the ItemsSource property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
abstract OnItemsSourceChanged : oldValue:IEnumerable * newValue:IEnumerable -> unit override OnItemsSourceChanged : oldValue:IEnumerable * newValue:IEnumerable -> unit
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: