klyn.gui.terminal.PageChangeEvent.previous
property
public readonly property previous as Page
Description

Previously focused page, or null when no page was focused before.

if e.previous is not null:
print(e.previous.title)