cancel
Showing results for 
Search instead for 
Did you mean: 

Event code not execution

Former Member
0 Kudos

Experts,

I am trying to work on the right click event, but the following line of code is not executing..

Private Sub SBO_Application_RightClickEvent(ByRef eventInfo As SAPbouiCOM.ContextMenuInfo, ByRef BubbleEvent As Boolean) Handles SBO_Application.RightClickEvent

I have used a break point on the above line, but its not reaching it on right click.

Thanks in advance,

Vasu Natari.

Accepted Solutions (0)

Answers (1)

Answers (1)

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Vasu,

Please see the "RightClickEvent Event" information in the SDK Help documentation as this may help.

Eddy