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