Share via


Working with Events

This is preliminary documentation and subject to change.

Events act as the connection between markup files and script files. Code in a script is executed in conjunction with specific events during the execution of an application.

Sections

Section Decscription
Application Events Describes events generated from an application.
Controller Key Events Describes the events generated from the remote control, joystick, or keyboard.
System Events List the events generated automatically by the system.
Generalized Event Handlers Describes a method for dealing with multiple methods from a single script function.
Event Propagation Describes how events propagate through an iHD application.

See Also