Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
Since Aura application events follow the traditional publish-subscribe model, which method is used to fire an event?
Correct Answer: C
The fire() method is used to fire an Aura application event from a component controller or helper. This method takes the event instance as a parameter and broadcasts it to all components that are listening for that event type. The registerEvent() method is used to declare an event in a component markup, not to fire it. The emit() and fireEvent() methods are not valid methods for Aura application events. References: * Aura Components Developer Guide: Firing Application Events, page 1 * Trailhead: Platform Developer I Certification Study Guide: Lightning Web Components, unit 5