Using the Beta 2 TreeView
As we have learned, a given schema may include child elements with the same name as other child elements neither of which are neccessarily derived from the same parent node. An <image> element comes to mind.
I could use some help understanding how to use the SelectedNodeChanged event to determine which parent a given instance of an <image> element is derived from and how to then send the name of that element as a QueryString value using NavigateUrl.
The SelectedNode.Value.ToString() returns the name but Intellisense does not show any support for other members within the SelectedNodeChanged code block.
There's not much documentation or many articles written yet. Any comments in this context will help me learn something.

