Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 827 Bytes

itemscontrol_onitemcontainerstylechanged_773712125.md

File metadata and controls

26 lines (18 loc) · 827 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemsControl.OnItemContainerStyleChanged(Microsoft.UI.Xaml.Style,Microsoft.UI.Xaml.Style)
winrt method

Microsoft.UI.Xaml.Controls.ItemsControl.OnItemContainerStyleChanged

-description

Invoked when the value of the ItemContainerStyle property changes.

-parameters

-param oldItemContainerStyle

The previous value of the ItemContainerStyle property.

-param newItemContainerStyle

The current value of the ItemContainerStyle property.

-remarks

-examples

-see-also