ContentControl.OnContentTemplateChanged Method
.NET Framework 4.6 and 4.5
Called when the ContentTemplate property changes.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
protected virtual void OnContentTemplateChanged( DataTemplate oldContentTemplate, DataTemplate newContentTemplate )
Parameters
- oldContentTemplate
- Type: System.Windows.DataTemplate
The old value of the ContentTemplate property.
- newContentTemplate
- Type: System.Windows.DataTemplate
The new value of the ContentTemplate property.
Show: