HubSectionHeaderClickEventHandler Delegate

Definition

Represents the method that will handle a Hub.SectionHeaderClick event.

public delegate void HubSectionHeaderClickEventHandler(Platform::Object ^ sender, HubSectionHeaderClickEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2950790043, 40035, 17795, 136, 228, 197, 144, 25, 183, 244, 157)]
class HubSectionHeaderClickEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2950790043, 40035, 17795, 136, 228, 197, 144, 25, 183, 244, 157)]
public delegate void HubSectionHeaderClickEventHandler(object sender, HubSectionHeaderClickEventArgs e);
Public Delegate Sub HubSectionHeaderClickEventHandler(sender As Object, e As HubSectionHeaderClickEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
HubSectionHeaderClickEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to