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(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3264317292, 13370, 23451, 163, 108, 132, 21, 186, 76, 217, 221)]
public delegate void PaginateEventHandler(object sender, PaginateEventArgs e);
Public Delegate Sub PaginateEventHandler(sender As Object, e As PaginateEventArgs)

Parameters

sender
Object

Platform::Object

The object where the handler is attached.

e
PaginateEventArgs

Event data for the event.

Attributes

Applies to