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)
- C#
- VB
- F#
public sealed class PageChangingEventArgs : CancelEventArgs
Public NotInheritable Class PageChangingEventArgs
Inherits CancelEventArgs
[<SealedAttribute>]
type PageChangingEventArgs =
class
inherit CancelEventArgs
end
Inheritance | Object → EventArgs → CancelEventArgs → PageChangingEventArgs |
Constructors
PageChangingEventArgs(Int32) | Constructor that takes the target page index |
Properties
Cancel | Gets 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) |
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) |