AddPagesEventHandler 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.
public delegate void AddPagesEventHandler(Platform::Object ^ sender, AddPagesEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3984021098, 48387, 20760, 183, 195, 217, 206, 166, 67, 7, 221)]
public delegate void AddPagesEventHandler(object sender, AddPagesEventArgs e);
Public Delegate Sub AddPagesEventHandler(sender As Object, e As AddPagesEventArgs)
Parametri
- sender
-
Object
Platform::Object
Oggetto in cui è associato il gestore.
Dati dell'evento per l'evento.
- Attributi