Fully-qualified property name
问题 I'm trying to prevent System.NullReferenceException. I have a Company, which has a collection of Employees. Each Employee has a collection of Skills. SelectedEmployee points to the currently selected element within the Employee collection. SelectedSkill points to the currently selected element within the collection of Skills. I have a ListView that has its ItemSource bound to the Skills collection; The ListView's SelectedItem is bound to the SelectedSkill. When a Skill is deleted I want the