ActionEvent
classin packageklyn.gui.event
public class ActionEvent extends GuiEvent:
└ ActionEvent

GUI action event emitted by controls such as buttons and timers.

button.clicked += lambda(e: ActionEvent): print(e.source)
Properties inherited from Event: source, timestamp
Constructors
Modifier and Type Member Description
public ActionEvent
ActionEvent(source as Object):
Creates an action event.