Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 985 Bytes

containercontentchangingeventargs_inrecyclequeue.md

File metadata and controls

26 lines (17 loc) · 985 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContainerContentChangingEventArgs.InRecycleQueue
winrt property

Microsoft.UI.Xaml.Controls.ContainerContentChangingEventArgs.InRecycleQueue

-description

Gets a value that indicates whether this container is in the recycle queue of the ListViewBase and is not being used to visualize a data item.

-property-value

true if the container is in the recycle queue of the ListViewBase; otherwise, false.

-remarks

You can check this property in a ContainerContentChanging event to determine if you should release references to the data item. If this property is true, ItemIndex is -1 and Item is null.

-examples

-see-also