Client Side Event for a Clicked Link

I am using the
GoView1.DataRenderer.LabeledNodeDoubleClick to kick off client-side script when a node is clicked, but what about when a link is clicked?

I need to run some javascript when a link between nodes is either single clicked or double clicked.
Thanks-
Dave

GoWeb.js can’t fire events for link selection. Look what NodeLinkDemo does with Render and passing (to the client) whether the selection is a Group or a Node… you could extend this to Link… and catch that in goOnLoad (see other recent answer).