ChoosingGroupHeaderContainerEventArgs Class

Definition

Provides event data for the ListViewBase.ChoosingGroupHeaderContainer event.

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
Inheritance
Object Platform::Object IInspectable ChoosingGroupHeaderContainerEventArgs
Attributes

Constructors

ChoosingGroupHeaderContainerEventArgs()

Initializes a new instance of the ChoosingGroupHeaderContainerEventArgs class.

Properties

Group

Gets the data group associated with this GroupHeaderContainer.

GroupHeaderContainer

Gets or sets the UI container that will be used to display the current data group.

GroupIndex

Gets the index in the ItemsSource of the data group for which a container is being selected.

Applies to