Selector.OnItemsSourceChanged(IEnumerable, IEnumerable) Método

Definición

Se le llama cuando cambia el origen de un elemento de un selector.

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)

Parámetros

oldValue
IEnumerable

Valor antiguo del origen.

newValue
IEnumerable

Valor nuevo del origen.

Se aplica a