Here’s the sequence of component event propagation. Event fired—A component event is fired. Capture phase—The framework executes the capture phase from the application root to the source component until all components are traversed. Any handling event can stop propagation by calling stopPropagation() on the event.