AddPagesEventHandler Delegate

Definition

Represents the method that will handle the AddPages event.

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)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
AddPagesEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to