| OnUIAction | Annotation for tagging methods to receive UI Action events. |
|---|
| OnUIConnect | Annotation for tagging methods to receive UI Connect event. |
|---|
| OnUICreate | Annotation for tagging methods to receive UI Create events. |
|---|
| OnUIDestroy | Annotation for tagging methods to receive UI Destroy events. |
|---|
| OnUIFocus | Annotation for tagging methods to receive UI Focus events. |
|---|
| OnUISelection | Annotation for tagging methods to receive UI Selection events. |
|---|
| OnUITextChange | Annotation for tagging methods to receive UI text change events. |
|---|
| OnUIValueChange | Annotation for tagging methods to receive UI value change events. |
|---|
| UIBaseEvent | Base event for all events in the API. |
|---|