Multiple choice technology programming languages Sequence of Event Propagation bubbling-target-capturing target-bubbling-capturing capturing-target-bubbling 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.