HubSectionHeaderClickEventHandler HubSectionHeaderClickEventHandler HubSectionHeaderClickEventHandler HubSectionHeaderClickEventHandler Delegate

Definition

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

public : delegate void HubSectionHeaderClickEventHandler(PlatForm::Object sender, HubSectionHeaderClickEventArgs e)public delegate void HubSectionHeaderClickEventHandler(Object sender, HubSectionHeaderClickEventArgs e)Public Delegate HubSectionHeaderClickEventHandler(sender As Object, e As HubSectionHeaderClickEventArgs)// This API is not available in Javascript.
Parameters
sender
PlatForm::Object Object Object Object

The object where the handler is attached.

Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)