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