klyn.gui.windows.dialogs.ColorLightBox.cancelled
event
public event cancelled as ActionEvent
Description

Emitted after cancellation by the Cancel button or close icon.

chooser.cancelled += lambda(event: ActionEvent): print("Cancelled")