HubSectionHeaderClickEventArgs.Section Property

Definition

Gets the HubSection for the header that was clicked.

HubSection Section();
public HubSection Section { get; }
var hubSection = hubSectionHeaderClickEventArgs.section;
Public ReadOnly Property Section As HubSection

Property Value

The HubSection for the header that was clicked.

Applies to

See also