ItemsControl.OnItemsSourceChanged(IEnumerable, IEnumerable) Метод

Определение

Вызывается при ItemsSource изменении свойства.

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)

Параметры

oldValue
IEnumerable

Старое ItemsSource значение свойства.

newValue
IEnumerable

Новое значение ItemsSource свойства.

Применяется к