Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 827 Bytes

contentpresenter_oncontenttemplatechanged_1447527091.md

File metadata and controls

26 lines (18 loc) · 827 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ContentPresenter.OnContentTemplateChanged(Microsoft.UI.Xaml.DataTemplate,Microsoft.UI.Xaml.DataTemplate)
winrt method

Microsoft.UI.Xaml.Controls.ContentPresenter.OnContentTemplateChanged

-description

Invoked when the value of the ContentTemplate property changes.

-parameters

-param oldContentTemplate

The old value of the ContentTemplate property.

-param newContentTemplate

The new value of the ContentTemplate property.

-remarks

-examples

-see-also