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) Version: 11.3.999
public sealed class PageChangingEventArgs : CancelEventArgs
Inheritance
Object    EventArgs    CancelEventArgs    PageChangingEventArgs

Properties

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

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also