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