July 2018
Beginner to intermediate
458 pages
9h 58m
English
The component handling the event should have the following code in the markup:
<aura:handler event="c:appEvent" action="{!c.handleApplicationEvent}"/>
Note that we have used the event type as the event filename, prefixed with the namespace and a colon (:). Also, there is an action attribute to invoke the controller action, once the event is handled.
Read now
Unlock full access