BasePageChangeEvent
Interface
Represents the base object of the onPageChange event. It is usually used
in custom pager scenarios in cases when we don't need any of the events or the target.
Definition
Package:@progress/kendo-react-data-tools
Properties
nativeEvent?
any
A native DOM event.
skip
number
The number of records that will be skipped.
syntheticEvent?
SyntheticEvent<any, Event>
A React Synthetic Event.
take
number
The number of records that will be taken.
A target change event.