FineUICore 11.7
企业级 ASP.NET Core 控件库
|
表格分页事件参数 更多...
继承自 EventArgs .
Public 成员函数 | |
GridPageEventArgs (int newPageIndex) | |
构造函数 | |
GridPageEventArgs (int newPageIndex, int oldPageIndex) | |
构造函数 | |
属性 | |
int | NewPageIndex [get] |
新页面的索引 | |
int | OldPageIndex [get] |
老页面的索引 | |
表格分页事件参数
FineUICore.GridPageEventArgs.GridPageEventArgs | ( | int | newPageIndex | ) |
构造函数
newPageIndex | 新页面的索引 |
FineUICore.GridPageEventArgs.GridPageEventArgs | ( | int | newPageIndex, |
int | oldPageIndex | ||
) |
构造函数
newPageIndex | 新页面的索引 |
oldPageIndex | 老页面的索引 |
|
get |
新页面的索引
|
get |
老页面的索引