ItemsControl.OnItemsSourceChanged(IEnumerable, IEnumerable) Metoda

Definicja

Wywoływana ItemsSource , gdy właściwość ulegnie zmianie.

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

Stara wartość ItemsSource właściwości.

newValue
IEnumerable

Nowa wartość ItemsSource właściwości.

Dotyczy