ChoosingItemContainerEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
コンストラクター
ChoosingItemContainerEventArgs() |
ChoosingItemContainerEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
IsContainerPrepared |
コンテナーを使用する準備ができているかどうかを示す値を取得または設定します。 |
Item |
この ItemContainer に関連付けられているデータ項目を取得します。 |
ItemContainer |
現在のデータ項目の表示に使用する UI コンテナーを取得または設定します。 |
ItemIndex |
コンテナーが選択されているデータ項目の ItemsSource 内のインデックスを取得します。 |