J
Juan Romero
Hey guys,
I am trying to detect a node right click event, but I can't seem to find a
way do this.
The only way I found to get to a point where I know the user clicked the
node is by checking the afterselect event of the treeview control. The Event
arguments variable has an action property which tells me whether the user
clicked the node, or expand it or whatever.
NOW, the problem is that once I check if the action was a mouseclick, HOW DO
I KNOW WHAT BUTTON WAS CLICKED?
Thanks in advance.
I am trying to detect a node right click event, but I can't seem to find a
way do this.
The only way I found to get to a point where I know the user clicked the
node is by checking the afterselect event of the treeview control. The Event
arguments variable has an action property which tells me whether the user
clicked the node, or expand it or whatever.
NOW, the problem is that once I check if the action was a mouseclick, HOW DO
I KNOW WHAT BUTTON WAS CLICKED?
Thanks in advance.