Activity Forums Salesforce® Discussions How to register event for application event in Salesforce?

  • MOHIT

    Member
    July 21, 2020 at 7:17 pm

    <!--c:aeNotifier-->
    <aura:component>
    <aura:registerEvent name="appEvent" type="c:aeEvent"/>
    <h1>Simple Application Event Sample</h1>
    <lightning:button
    label="Click here to fire an application event"
    onclick="{!c.fireApplicationEvent}" />

    </aura:component>

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos