The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ContentControl::OnContentTemplateChanged Method (DataTemplate^, DataTemplate^)
.NET Framework (current version)
Called when the ContentTemplate property changes.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: