HubSectionHeaderClickEventHandler Delegado
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa el método que controlará un evento Hub.SectionHeaderClick .
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)
- sender
-
Object
Platform::Object
IInspectable
Objeto donde se adjunta el controlador.
Datos del evento.
- Atributos
Familia de dispositivos |
Windows 10 (se introdujo en la versión 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)
|
Producto | Versiones |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |