PageChangingEventArgs Class

Summary

Event argument used for page index change notifications. The requested page move can be canceled by setting e.Cancel to True.
Namespace
Avalonia.Collections
Base Types
  • CancelEventArgs
graph BT Type-->Base0["CancelEventArgs"] Type["PageChangingEventArgs"] class Type type-node

Syntax

public sealed class PageChangingEventArgs : CancelEventArgs

Constructors

Name Summary
PageChangingEventArgs(int) Constructor that takes the target page index

Properties

Name Value Summary
NewPageIndex int
Gets the index of the requested page