Skip to main content

PageChangingEventArgs Class

Event argument used for page index change notifications. The requested page move can be canceled by setting e.Cancel to True.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public sealed class PageChangingEventArgs : CancelEventArgs
InheritanceObjectEventArgsCancelEventArgs → PageChangingEventArgs

Constructors

PageChangingEventArgs(Int32)Constructor that takes the target page index

Properties

CancelGets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs)
NewPageIndexGets the index of the requested page

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Collections Namespace