How to listen for Changes in Dependency Properties


Hi guys. Do you know that WPF bindings feature requires target properties to implement special type of WPF specific property – dependency property.

If you have some experience with WPF, this should not be surprise for you. Here I’m going to show how you can utilize this type of property in order to listen for changes in it. Let’s get started.

Continue reading