Event types
Projects include predefined events and may include custom events.
Predefined events
Some objects contain predefined events. For example, a Button object contains a predefined MouseClick event that triggers an associated method when you select the button at runtime.
The Events pane lists the predefined events for an object.
Custom events
Custom events include configurable change events that occur at runtime when the value of a variable changes. For more information, see: