public event clicked as ActionEvent
Action event emitted after the button is activated.
button.clicked += lambda(e: ActionEvent): print(e.source)