FineUIPro 12.0
全栈 ASP.NET 低代码开发框架
|
表格分页事件参数 更多...
Public 成员函数 | |
GridPageEventArgs (int newPageIndex) | |
构造函数 | |
GridPageEventArgs (int newPageIndex, int oldPageIndex) | |
构造函数 | |
属性 | |
int | NewPageIndex [get] |
新页面的索引 | |
int | OldPageIndex [get] |
老页面的索引 | |
表格分页事件参数
FineUIPro.GridPageEventArgs.GridPageEventArgs | ( | int | newPageIndex | ) |
构造函数
newPageIndex | 新页面的索引 |
FineUIPro.GridPageEventArgs.GridPageEventArgs | ( | int | newPageIndex, |
int | oldPageIndex ) |
构造函数
newPageIndex | 新页面的索引 |
oldPageIndex | 老页面的索引 |
|
get |
新页面的索引
|
get |
老页面的索引