Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 777 Bytes

itemscontrol_onitemtemplatechanged_678031663.md

File metadata and controls

26 lines (18 loc) · 777 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemsControl.OnItemTemplateChanged(Microsoft.UI.Xaml.DataTemplate,Microsoft.UI.Xaml.DataTemplate)
winrt method

Microsoft.UI.Xaml.Controls.ItemsControl.OnItemTemplateChanged

-description

Invoked when the value of the ItemTemplate property changes.

-parameters

-param oldItemTemplate

The previous value of the ItemTemplate property.

-param newItemTemplate

The current value of the ItemTemplate property.

-remarks

-examples

-see-also