ItemsControlOnItemsSourceChanged Method |
Raises the ItemsSourceChanged event.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxprotected 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