Multiple choice technology programming languages

Sequence of Event Propagation

  1. bubbling-target-capturing

  2. target-bubbling-capturing

  3. capturing-target-bubbling

  4. Can't say

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Flex event handling, capturing happens first (from root to target), then target phase, then bubbling (from target back to root). This sequence is fundamental to Flex's event architecture.