HubSectionHeaderClickEventArgs Class

Definition

Provides data for the Hub.SectionHeaderClick event.

public ref class HubSectionHeaderClickEventArgs 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 HubSectionHeaderClickEventArgs 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 HubSectionHeaderClickEventArgs
Public NotInheritable Class HubSectionHeaderClickEventArgs
Inheritance
Object Platform::Object IInspectable HubSectionHeaderClickEventArgs
Attributes

Constructors

HubSectionHeaderClickEventArgs()

Initializes a new instance of the HubSectionHeaderClickEventArgs class.

Properties

Section

Gets the HubSection for the header that was clicked.

Applies to