OK ive got a treeview control to display customers and orders

first node level is perant name of "Customers"
Second Node level is the customer names
thrid node level is the order

i do a TreeView1_AfterSelect to find out what tag ive clicked on

however i also need to find what lever the selected node is.

Is there a nice way to find out what level the selected node is at