AddPagesEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento AddPages .

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.

e
AddPagesEventArgs

Dati dell'evento per l'evento.

Attributi

Si applica a