Can't find button OnClick callback event

  • add a dispatcher to the button user widget:

  • parent can then:

You can pipe in some data, too. Also works for dynamic binding.


And if you wanted to bind the native button’s onClick, you can do it during the parent’s onInitialise.

2 Likes