Share via


AddPagesEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento AddPages .

public delegate void AddPagesEventHandler(Platform::Object ^ sender, AddPagesEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3568662896, 22432, 16905, 132, 124, 192, 147, 181, 75, 199, 41)]
class AddPagesEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3568662896, 22432, 16905, 132, 124, 192, 147, 181, 75, 199, 41)]
public delegate void AddPagesEventHandler(object sender, AddPagesEventArgs e);
Public Delegate Sub AddPagesEventHandler(sender As Object, e As AddPagesEventArgs)

Parametri

sender
Object

Platform::Object

IInspectable

Oggetto in cui è associato il gestore.

e
AddPagesEventArgs

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