Method OnItemsSourceChanged
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when the source of an item in a selector changes.
protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
oldValue
IEnumerableOld value of the source.
newValue
IEnumerableNew value of the source.