Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 839 Bytes

virtualizingpanel_onitemschanged_915236840.md

File metadata and controls

26 lines (18 loc) · 839 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.VirtualizingPanel.OnItemsChanged(System.Object,Microsoft.UI.Xaml.Controls.Primitives.ItemsChangedEventArgs)
winrt method

Microsoft.UI.Xaml.Controls.VirtualizingPanel.OnItemsChanged

-description

Called when the Items collection that is associated with the ItemsControl for this Panel changes.

-parameters

-param sender

The Object that raised the event.

-param args

Provides data for the ItemsChanged event.

-remarks

-examples

-see-also