Is there an event handler for GoGeneralNode to detect a link creation event?

Hello,

I’m looking for a way to find an event-handler for when a GoGeneralNode containing for 4 ports is established in link with any of other ports of another GoGeneralNode. Ideally, I want to display a popup control box that allows easy configuration of that Node but it can only appear when the link is created between two GoGeneralNodes. I’ve tried to find event handlers for the GoGeneralNode object but couldn’t find any. Kindly point me in the right direction. Thanks!

I’ve solved it.

I kinda feel stupid for not having discovered this earlier but the event handler “Link Created” is already available for the GoView object on which all my nodes are sitting on.

Anyway, Sorry and thanks :)