I am trying to get the attributes of a point when somebody clicks on the point. To do this, I added an event listener for MouseEvent.Click on the feature layer. The event fires, but I cannot find any attribute data in the returned event object. Is there a better event to listen for or is there a property on the mouse event that holds the info?