Ejemplo n.º 1
0
 private void OnTrackerPropertyChanged(object sender, PropertyPathChangedEventArgs e)
 {
     e.PropertyPath = ConstructPropertyPathForParent(e.PropertyPath);
     _parentTracker.RaisePropertyPathChanged(e);
 }
Ejemplo n.º 2
0
 internal void RaisePropertyPathChanged(PropertyPathChangedEventArgs e)
 => PropertyChanged?.Invoke(this, e);