ContentControl.OnContentTemplateSelectorChanged Method
.NET Framework 4.6 and 4.5
Called when the ContentTemplateSelector property changes.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
protected virtual void OnContentTemplateSelectorChanged( DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector )
Parameters
- oldContentTemplateSelector
- Type: System.Windows.Controls.DataTemplateSelector
The old value of the ContentTemplateSelector property.
- newContentTemplateSelector
- Type: System.Windows.Controls.DataTemplateSelector
The new value of the ContentTemplateSelector property.
Show: