TabItem.OnContentTemplateChanged(DataTemplate, DataTemplate) Metoda

Definicja

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

protected:
 override void OnContentTemplateChanged(System::Windows::DataTemplate ^ oldContentTemplate, System::Windows::DataTemplate ^ newContentTemplate);
protected override void OnContentTemplateChanged (System.Windows.DataTemplate oldContentTemplate, System.Windows.DataTemplate newContentTemplate);
override this.OnContentTemplateChanged : System.Windows.DataTemplate * System.Windows.DataTemplate -> unit
Protected Overrides Sub OnContentTemplateChanged (oldContentTemplate As DataTemplate, newContentTemplate As DataTemplate)

Parametry

oldContentTemplate
DataTemplate

Stara wartość właściwości szablonu zawartości.

newContentTemplate
DataTemplate

Nowa wartość właściwości szablonu zawartości.

Dotyczy