Fix invalid eventhandlers remaining in Property.Changed
When a new object is inspected the previous object's Changed event is not cleared.
This results in invalid reference errors whenever those values change since the old GameObjects in the UI are already destroyed if a new object is selected.