Skip to content

if I change B in "this.WhenAnyValue(x=>x.A.B.C)" to a new object, will ReactiveUI dispose subscription of previous B object? #3709

Answered by glennawatson
LJN-hzleaper asked this question in Q&A
Discussion options

You must be logged in to vote

It will dispose of the subscription, providing the B property is a INotifyPropertyChanged or other mechanism that ReactiveUI knows about notifications from.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LJN-hzleaper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants