public class Event:
Multicast GUI event.
Handlers are regular Klyn callback objects or method references. The += and -= operators subscribe and unsubscribe handlers without replacing the event itself.
@example `klyn button = Button("Save") button.clicked += lambda(event: ActionEvent): print("clicked") button.clicked += controller::onSave
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | sizesize as ULong: |
Number of registered handlers. |