VirtualizingPanel.OnItemsChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the Items collection that is associated with the ItemsControl for this Panel changes.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- sender
- Type: System.Object
The Object that raised the event.
- args
- Type: System.Windows.Controls.Primitives.ItemsChangedEventArgs
Provides data for the ItemsChanged event.
Show: