PaginateEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Event data for the event.
- Attributes