public event cancelled as ActionEvent
Emitted when the dialog is cancelled.
dialog.cancelled += lambda(event: ActionEvent): print(event.source)