klyn.gui.terminal.Dialog.cancelled
event
public event cancelled as ActionEvent
Description

Emitted when the dialog is cancelled.

dialog.cancelled += lambda(event: ActionEvent): print(event.source)