Hi Jaba,
BubbleEvent only relevant during BeforeAction = true.
The purpose of BubbleEvent is a flag to let SBO know whether to process the next event.
Below is the cycle of menu click event
Before MenuClick (BeforeAction=true + By default BubbleEvent = true)
After MenuClick (BeforeAction=false)
If inside the BeforeAction event you set the BubbleEvent = true, SBO will process the After MenuClick.
If inside the BeforeAction event you set the BubbleEvent = false, SBO will NOT process after menuclick.
As you can see, there is no other event relating to menuclick after the 'After-MenuClick' event, thus BubbleEvent = true or BubbleEvent = false does not matter anymore.
Regards
Edy