Getting event attributes from handled events

Getting event attributes from handled events is similar to how we got the parameter value from the application event variable, using getParam(). The same syntax is as follows:

{
 handleSampleEvent : function(component, event) {
  var message = event.getParam("message");
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.104.153