예제 #1
0
 private void CollectionViewSourceViewChanged(PropertyPathListener sender, PropertyPathChangedEventArgs args)
 {
     this.EffectiveSource = (this.SourceForBinding as CollectionViewSource).View;
     this.listener.ReConnect(this.EffectiveSource);
     this.SendDataToTarget();
 }
예제 #2
0
 internal void SourcePropertyChanged(PropertyPathListener sender, PropertyPathChangedEventArgs args)
 {
     this.UpdateNotifyDataErrorInfos();
     this.SendDataToTarget();
 }