CleanUpVirtualizedItemEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
プロパティ
Cancel |
この項目を再仮想化しないかどうかを示す値を取得または設定します。 |
OriginalSource |
イベントを発生させたオブジェクトへの参照を取得します。 これは多くの場合、アプリ UI で宣言された要素ではなく、コントロールのテンプレート部分です。 (継承元 RoutedEventArgs) |
UIElement |
データ値を表す視覚的要素のインスタンスを取得します。 |
Value |
元のデータ値を表す オブジェクトを取得します。 |