I have a property on a label bound to a Setting in my App Setting file. What I am wondering,
Can I hook a OnPropertyChanged() up to this some how?
I know there are other ways I may accomplish this but this got my curiosity up so I thought I'd ask.
EDIT
The reason I am asking is when the bound property of my label - Tag(bool) changes I want to switch the Text property of that same label. I was hoping I could use OnPropertyChanged() for this.