Keyword

Event


Description

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.

Compatibility

All project types on all supported operating systems.

See also

Sub, Function keywords