ContentControl.OnContentTemplateChanged(DataTemplate, DataTemplate) Metoda

Definicja

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

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

Parametry

oldContentTemplate
DataTemplate

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

newContentTemplate
DataTemplate

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

Dotyczy