B4J Question [solved] how to handle click mouse in TableView ?

giannimaione

Well-Known Member
Licensed User
Longtime User
Hi,

dim myTableView as TableView

and in sub

Sub myTableView_MouseClicked (EventData As MouseEvent)
"EventData.ClickCount" count 1 or 2 click and is OK.
but i want detect/handle left or right click mouse button
 

giannimaione

Well-Known Member
Licensed User
Longtime User
[solved]
EventData.PrimaryButtonPressed
EventData.SecondaryButtonPressed
 
Upvote 0
Top