HubSectionHeaderClickEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa o método que manipulará um 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)
Parâmetros
- sender
-
Object
Platform::Object
IInspectable
O objeto em que o manipulador está anexado.
Os dados de evento do evento.
- Atributos
Requisitos do Windows
Família de dispositivos |
Windows 10 (introduzida na 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduzida na v1.0)
|