ChoosingGroupHeaderContainerEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ListViewBase.ChoosingGroupHeaderContainer イベントのイベント データを提供します。
public ref class ChoosingGroupHeaderContainerEventArgs 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 ChoosingGroupHeaderContainerEventArgs 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 ChoosingGroupHeaderContainerEventArgs
Public NotInheritable Class ChoosingGroupHeaderContainerEventArgs
- 継承
- 属性
コンストラクター
ChoosingGroupHeaderContainerEventArgs() |
ChoosingGroupHeaderContainerEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
Group |
この GroupHeaderContainer に関連付けられているデータ グループを取得します。 |
GroupHeaderContainer |
現在のデータ グループの表示に使用する UI コンテナーを取得または設定します。 |
GroupIndex |
コンテナーが選択されているデータ グループの ItemsSource 内のインデックスを取得します。 |