How to raise dependency property every time whenever any value is assigned.
A:
Do you mean: How can we ensure that the PropertyChanged event gets triggered on a dependency property when the property is set, even if the property value hasn't actually changed?
Maybe this other question will help...
EasyTimer
2010-10-15 15:14:40
This should be a comment... (Unless you answer your question, too ;) )
Reed Copsey
2010-10-15 15:15:04
yeah... property change event should get triggered on dependency property whenever it is set, even if value is not changed
Kasma
2010-10-15 18:26:18
NO solution is provided in that thread
Kasma
2010-10-18 15:59:27