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(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)

Parameters

sender
Object

Platform::Object

The object where the handler is attached.

e
AddPagesEventArgs

Event data for the event.

Attributes

Applies to