Unsubscribing from DelegateCommand.ObservesProperty #2578
-
Is there a need to unsubscribe from Observes Property in anyway? Looking at the code it hooks up the PropertyChanged event directly to the object, but I can't see when that would be unsubscribed. I do see an unsubscribe private method, but don't quite follow when that would occur. |
Beta Was this translation helpful? Give feedback.
Answered by
brianlagunas
Oct 8, 2021
Replies: 1 comment
Answer selected by
james1301
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope.