Share via


ContainerContentChangingEventArgs.InRecycleQueue プロパティ

定義

このコンテナーが ListViewBase のリサイクル キューにあり、データ項目の視覚化に使用されていないかどうかを示す値を取得します。

public:
 property bool InRecycleQueue { bool get(); };
bool InRecycleQueue();
public bool InRecycleQueue { get; }
var boolean = containerContentChangingEventArgs.inRecycleQueue;
Public ReadOnly Property InRecycleQueue As Boolean

プロパティ値

Boolean

bool

コンテナーが ListViewBase のリサイクル キューにある場合は true。それ以外の場合は false

注釈

ContainerContentChanging イベントでこのプロパティをチェックして、データ項目への参照を解放する必要があるかどうかを判断できます。 このプロパティが true の場合、 ItemIndex は -1、 Itemnull です

適用対象