Raised when a Hierarchy.HierarchyViewItem is unbound from a Hierarchy.HierarchyView. Use this event to cleanup the view item. Note that hierarchy view item are recycled by handler, so unbinding doesn't mean destruction. For performance reasons, the recommended best practice is to not undo styles or modifications done during binding in this unbind event.