pages event area
Description
Notifies you of page changes (switching).
Event
| Name | Definition name | Description |
|---|---|---|
| Pre-page change event | onBeforeChange | This event is notified before the page is changed. |
| Event after page change | onAfterChange | This event is notified after the page is changed. |
Interfaces belonging to the area
| Name | Description |
|---|---|
| PageBeforeChangeEventParams | Parameters of the pre-page change event. |
| PageAfterChangeEventParams | Parameters of the post-page change event. |