HubSectionHeaderClickEventArgs.Section Propiedad

Definición

Obtiene la instancia de HubSection del encabezado en el que se hizo clic.

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

Valor de propiedad

HubSection del encabezado en el que se hizo clic.

Se aplica a

Consulte también