How to reference the event's component?

Inside an event handler it would be nice to be able to refer to the component that triggered it so I can hook OTHER components to the same event, and get the same effect on those components.

But self refers to the parent, not itself . .

If I understand your question, this should help you: Finding out what is in your event-handler's event_args

Thanks!

event_args[‘sender’]