ChoosingItemContainerEventArgs クラス

定義

ListViewBase.ChoosingItemContainer イベントのイベント データを提供します。

public ref class ChoosingItemContainerEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [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 ChoosingItemContainerEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[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 ChoosingItemContainerEventArgs
Public NotInheritable Class ChoosingItemContainerEventArgs
継承
Object Platform::Object IInspectable ChoosingItemContainerEventArgs
属性

コンストラクター

ChoosingItemContainerEventArgs()

ChoosingItemContainerEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

IsContainerPrepared

コンテナーを使用する準備ができているかどうかを示す値を取得または設定します。

Item

この ItemContainer に関連付けられているデータ項目を取得します。

ItemContainer

現在のデータ項目の表示に使用する UI コンテナーを取得または設定します。

ItemIndex

コンテナーが選択されているデータ項目の ItemsSource 内のインデックスを取得します。

適用対象