HubSectionHeaderClickEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà 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)

Parametri

sender
Object

Platform::Object

IInspectable

Oggetto in cui è collegato il gestore.

e
HubSectionHeaderClickEventArgs

Dati dell'evento per l'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a