Selector.OnItemsSourceChanged(IEnumerable, IEnumerable) Method

Definition

Called when the source of an item in a selector changes.

protected:
 override void OnItemsSourceChanged(System::Collections::IEnumerable ^ oldValue, System::Collections::IEnumerable ^ newValue);
protected override void OnItemsSourceChanged (System.Collections.IEnumerable oldValue, System.Collections.IEnumerable newValue);
override this.OnItemsSourceChanged : System.Collections.IEnumerable * System.Collections.IEnumerable -> unit
Protected Overrides Sub OnItemsSourceChanged (oldValue As IEnumerable, newValue As IEnumerable)

Parameters

oldValue
IEnumerable

Old value of the source.

newValue
IEnumerable

New value of the source.

Applies to