Click or drag to resize
ItemsControlOnItemsSourceChanged Method
Raises the ItemsSourceChanged event.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected void OnItemsSourceChanged(
	IEnumerable oldValue,
	IEnumerable newValue
)

Parameters

oldValue
Type: System.CollectionsIEnumerable
An IEnumerable containing the elements removed from the collection.
newValue
Type: System.CollectionsIEnumerable
An IEnumerable containing the elements added to the collection.
See Also