WPF Dependancy Properties
Hello! Does anyone knows good sources for learning more about Dependency properties, Routed Events, INotifyPropertyChanged and their use? I have troubles understanding their exact place in wpf.
2 Replies
microsoft docs, wpf-tutorial are generally good
you can just look for random videos on youtube, since these are basic concepts there should be tons
but i would start with the docs
Thank you! I came here exactly because there is a lot of videos on YT, but somehow no-one says what it is, what it's used for, and why DP's exist in the first place. I got what I need from multiple sources in the end, but I would have loved it, if I could find everything in one place.