PaginateEventHandler Delegate

Definition

Represents the method that will handle the Paginate event.

public delegate void PaginateEventHandler(Platform::Object ^ sender, PaginateEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(213932897, 33051, 18994, 153, 101, 19, 235, 120, 219, 176, 27)]
class PaginateEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(213932897, 33051, 18994, 153, 101, 19, 235, 120, 219, 176, 27)]
public delegate void PaginateEventHandler(object sender, PaginateEventArgs e);
Public Delegate Sub PaginateEventHandler(sender As Object, e As PaginateEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
PaginateEventArgs

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