ChoosingGroupHeaderContainerEventArgs クラス

定義

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
継承
Object Platform::Object IInspectable ChoosingGroupHeaderContainerEventArgs
属性

コンストラクター

ChoosingGroupHeaderContainerEventArgs()

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

プロパティ

Group

この GroupHeaderContainer に関連付けられているデータ グループを取得します。

GroupHeaderContainer

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

GroupIndex

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

適用対象