PageSavingArgs
PageSavingArgs class
Info for a page saving process.
class PageSavingArgs;
Methods
Method | Description |
---|---|
getPageIndex() | Current page index, zero based. |
getPageCount() | Total page count. |
isNull() | Checks whether the implementation object is null. |
getPageIndex()
Current page index, zero based.
getPageIndex() : number;
getPageCount()
Total page count.
getPageCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;