function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Afreen Nisa 7Afreen Nisa 7 

Application Event Propagation

Can someone please explain how will the application event propagation take place when the components are not related to each other ? 

Application markup :

    <aura:application>
        <c:aeNotifier/> // fires the event 
        <c:aeHandler/> // handles the event
        <c:aeHandlerTwo/> // handles the event   
    </aura:component>

`Please how the event propagation would take place in case of capture,bubble and default phase ?


Thanks in Advance !
Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Hi Afreen,
Please refer below link which might help you in this.
https://medium.com/salesforce-zolo/demystifying-application-and-component-events-in-the-lightning-component-framework-fd3f090036cb
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/events_application_propagation.htm

Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.

Thanks and Regards