New to KendoReact? Learn about KendoReact Free.
BasePageChangeEvent
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.
Name | Type | Default | Description |
---|---|---|---|
nativeEvent? |
|
A native DOM event. | |
skip |
|
The number of records that will be skipped. | |
syntheticEvent? |
|
A React Synthetic Event. | |
take |
|
The number of records that will be taken. | |
targetEvent? |
|
A target change event. |