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