I have a Static Dependency Property and I need to know when its value changes so I can call a callback and update a value else where. Right now I can’t do it because the callback isn’t static and the Dependency change event is.
I have it currently working when the LostFocus event fires, but I’d prefer to have it wired up to whenever a change occurs.
The dependency property change notification passes in the object. You can use that to map to a non-static variable: