B4J Question [BANano] [SOLVED] How to set BANanoEvent 'bubbling' to off?

Mashiane

Expert
Licensed User
Longtime User
Hi there

Please bear the many questions.

When creating an event for an element whether with .On or .HandleEvents, is it possible to indicate that the event should not bubble up to parent element?

I have just done a log of the BANanoEvent object it seems to have these properties. Is there a way by some luck to set one of these to indicate the event should not bubble up for that particular element?

Thank you.

bubbles.png
 
Top