Share via


CalendarViewDayItemChangingEventArgs.InRecycleQueue 屬性

定義

取得值,這個值表示此容器是否位於 CalendarView 的回收佇列中,而且不會用來可視化行事歷專案。

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

屬性值

Boolean

bool

如果容器位於 CalendarView 的回收佇列中,則為 true;否則為 false

適用於