HeaderedItemsControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate) Método
Definición
Se le llama cuando cambia la propiedad HeaderTemplate.Called when the HeaderTemplate property changes.
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)
Parámetros
- oldHeaderTemplate
- DataTemplate
Valor antiguo de la propiedad HeaderTemplate.The old value of the HeaderTemplate property.
- newHeaderTemplate
- DataTemplate
Nuevo valor de la propiedad HeaderTemplate.The new value of the HeaderTemplate property.