CleanUpVirtualizedItemEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that handles the VirtualizingStackPanel::CleanUpVirtualizedItemEvent attached events.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- sender
- Type: System::Object
The source of the event.
- e
- Type: System.Windows.Controls::CleanUpVirtualizedItemEventArgs
The event data.
This delegate must be used by the CleanUpVirtualizedItemEvent event handler.
Show: