public PageChangeEvent(previous as Page, current as Page, source as Object = null):
Creates a terminal page focus change payload.
| Parameter | Description |
|---|---|
previous | Previously focused page. |
current | Newly focused page. |
source | Terminal that emitted the event. |
event = PageChangeEvent(oldPage, newPage, terminal)