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 中的索引。 |