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입니다.

적용 대상