ItemsControl.OnItemTemplateChanged(DataTemplate, DataTemplate) Metoda

Definicja

Wywoływane ItemTemplate po zmianie właściwości.

protected:
 virtual void OnItemTemplateChanged(System::Windows::DataTemplate ^ oldItemTemplate, System::Windows::DataTemplate ^ newItemTemplate);
protected virtual void OnItemTemplateChanged (System.Windows.DataTemplate oldItemTemplate, System.Windows.DataTemplate newItemTemplate);
abstract member OnItemTemplateChanged : System.Windows.DataTemplate * System.Windows.DataTemplate -> unit
override this.OnItemTemplateChanged : System.Windows.DataTemplate * System.Windows.DataTemplate -> unit
Protected Overridable Sub OnItemTemplateChanged (oldItemTemplate As DataTemplate, newItemTemplate As DataTemplate)

Parametry

oldItemTemplate
DataTemplate

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

newItemTemplate
DataTemplate

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

Dotyczy