How to directly bind to an event of an instanced object in blueprint?

Hi, I have a widget that contains an array of instanced objects.


And there is a bindbale event in that instanced object.

I tried those specifiers, but it didn’t work out.

image
I wonder is there a way to make OnClickEvent to be the same as OnVisibilityChanged Event? So I can bind a event to the OnClickEvent.