CleanUpVirtualizedItemEventHandler Delegate
.NET Framework (current version)
Represents the method that handles the VirtualizingStackPanel::CleanUpVirtualizedItem attached events.
Assembly: PresentationFramework (in PresentationFramework.dll)
public delegate void CleanUpVirtualizedItemEventHandler( Object^ sender, CleanUpVirtualizedItemEventArgs^ e )
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 CleanUpVirtualizedItem event handler.
The CleanUpVirtualizedItem event is an attached event, but it has a direct routing strategy, which means it can only be handled on the object where it is raised.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: