Delegate CleanUpVirtualizedItemEventHandler
Represents the method that handles the CleanUpVirtualizedItemEvent attached events.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public delegate void CleanUpVirtualizedItemEventHandler(object sender, CleanUpVirtualizedItemEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
CleanUpVirtualizedItemEventArgs | e | The event data. |