Event

From Xojo Documentation

Language Keyword

An event is a special type of method that is typically called when an action occurs.

Notes

You do not directly use this keyword in your Xojo code. You add events and event handlers to classes using the Add button on the Command Bar.

See Also

Sub, Function keywords