I have a static dependency property, and I need to know when its value changes, so I can call the callback and update the else value where. Right now I cannot do this because the callback is not static, but a dependency change event.
It currently works when the LostFocus event occurs, but I would prefer it to connect to it whenever a change occurs.
twreid
source share