The AcquireFocusEvent Class extends the standard
flash.events.Event
class and exposes the following constants and properties:
Table 1. Constants
Constant |
Type |
Value |
Description |
KEYBOARD_FOCUS_STATE_CHANGED |
String |
keyboardFocusStateChanged |
Defines the value of the type property of a keyboardFocusStateChanged event object. This type of event occurs when interactive element of the presentation (e.g. a text field of a Quiz) acquires or loses keyboard focus. A keyboardFocusStateChanged event contains the following properties: acquireFocus. |
Table 2. Properties
Property |
Type |
Description |
acquireFocus |
Boolean |
Indicates whether the interactive element of the presentation acquires or lost keyboard focus. The following event contain this property: keyboardFocusStateChanged |