共用方式為


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 事件中檢查此屬性,以判斷是否應該釋放資料項目的參考。 如果此屬性為 trueItemIndex 為 -1, 而 Itemnull

適用於