cancel
Showing results for 
Search instead for 
Did you mean: 

Raise event when user select a node or leaf of a recursive tree

Former Member
0 Kudos

What is the event when user choose a node or leaf of a recursive tree? When I select the tree node / leaf it does not raise the event in OnAction. Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi,

TreeNodeType and TreeItemType have ONACTION event assocaited with them. This event gets called when the node or leaf is selected by user. Put a break point in these method, then you'll call to know if they are actually getting called or not.

Former Member
0 Kudos

Thanks!

Answers (0)