ItemsControl.OnItemsSourceChanged(IEnumerable, IEnumerable) Metoda

Definice

Volá se ItemsSource při změně vlastnosti.

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

Parametry

oldValue
IEnumerable

Stará hodnota ItemsSource vlastnosti.

newValue
IEnumerable

Nová hodnota ItemsSource vlastnosti.

Platí pro