If an object has not been set, its value is "Nothing" and reference to it will give an error. Is there a way to see if an object exists?

For example, I need to look at the nodes of a TreeView and determine the parent of each node. Node.Parent causes an error if there is no parent.