ContentControl.OnContentTemplateChanged Method (DataTemplate, DataTemplate)
.NET Framework (current version)
Called when the ContentTemplate property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
Protected Overridable Sub OnContentTemplateChanged ( oldContentTemplate As DataTemplate, newContentTemplate As DataTemplate )
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: