maybe this is simple but i'm in a hurry and i have no idea about this in treeview. I need to know how to check if there is there is selected node in the treeview.
Like in the listview is like this. lstProperty.SelectedItems.Count > 0 to determine you select 1 item on it, just don't know what is the equivalent in the treeview on selecting a node.
Thanks in advance.
