HeaderedItemsControl.OnHeaderTemplateChanged Metoda

Definicja

Wywoływana, gdy zmienia się HeaderTemplate właściwość.

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

Parametry

oldHeaderTemplate
DataTemplate

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

newHeaderTemplate
DataTemplate

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

Dotyczy