HubSectionHeaderClickEventArgs.Section Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.