CleanUpVirtualizedItemEventArgs 類別

定義

提供 CleanUpVirtualizedItemEvent 事件的數據。

public ref class CleanUpVirtualizedItemEventArgs sealed : RoutedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CleanUpVirtualizedItemEventArgs final : RoutedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CleanUpVirtualizedItemEventArgs : RoutedEventArgs
Public NotInheritable Class CleanUpVirtualizedItemEventArgs
Inherits RoutedEventArgs
繼承
Object Platform::Object IInspectable RoutedEventArgs CleanUpVirtualizedItemEventArgs
屬性

屬性

Cancel

取得或設定值,這個值表示是否不應該重新虛擬化這個專案。

OriginalSource

取得引發事件之 對象的參考。 這通常是控件的範本部分,而不是在應用程式 UI 中宣告的專案。

(繼承來源 RoutedEventArgs)
UIElement

取得用來表示資料值之視覺項目的執行個體。

Value

取得物件,表示原始數據值。

適用於

另請參閱