pages event area
Description
Notifies you of page changes (switches).
Events
Name | Defined Name | Description |
---|---|---|
Event before page change | onBeforeChange | This event is notified before the page changes. |
Post-page change event | onAfterChange | This event is notified after the page is changed. |
interfaces belonging to the area
Name | Description |
---|---|
PageBeforeChangeEventParams | The parameters for the before page change event. |
PageAfterChangeEventParams | The parameters for the page after change event. |