Access hyperlink value from event in a grid

I created an event to watch for clicking hyperlinks in a grid. I can create an event for every column that I want to react to but I have several columns and would like to write one event to handle all columns. In my case all I need is the text of the hyperlink clicked so one event would work if I had that information. I noticed in the ‘Trigger’ section of the text box it says ‘Columns’ so I tried a comma separated list and this worked but now I need the text value of the hyperlink clicked. I looked at the logs and see the event but do not see the info I need included. If its not passed in the event is there a way to know which cell has focus so I could access that from the event?

screenCast

image