public MyClass() { _subClass = new MySubClass(); _subClass.PropertyChanged += new PropertyChangedEventHandler(_subClass_PropertyChanged); }