Class PageChangedEventArgs
used in pageChanged event
Inheritance
System.Object
PageChangedEventArgs
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class PageChangedEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePageChangedEventArgs(Int32, Int32)
page changed event args, stores information about the old and new page
Declaration
public PageChangedEventArgs(int oldPageNumber, int newPageNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | oldPageNumber | |
| System.Int32 | newPageNumber |
Properties
| Improve this Doc View SourceNewPageNumber
Declaration
public int NewPageNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
OldPageNumber
Declaration
public int OldPageNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |