HubSectionHeaderClickEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestirà un evento Hub.SectionHeaderClick .
public delegate void HubSectionHeaderClickEventHandler(Platform::Object ^ sender, HubSectionHeaderClickEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(4137251290, 5679, 20972, 159, 217, 55, 249, 181, 122, 104, 249)]
public delegate void HubSectionHeaderClickEventHandler(object sender, HubSectionHeaderClickEventArgs e);
Public Delegate Sub HubSectionHeaderClickEventHandler(sender As Object, e As HubSectionHeaderClickEventArgs)
Parametri
- sender
-
Object
Platform::Object
Oggetto in cui è associato il gestore.
Dati dell'evento per l'evento.
- Attributi