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
oldValueIEnumerableOld value of the source.
newValueIEnumerableNew value of the source.