tags:

views:

42

answers:

1

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...

http://stackoverflow.com/questions/2728267/wpf-dependency-property-setter-not-firing-when-propertychanged-is-fired-but-sour

EasyTimer
This should be a comment... (Unless you answer your question, too ;) )
Reed Copsey
yeah... property change event should get triggered on dependency property whenever it is set, even if value is not changed
Kasma
NO solution is provided in that thread
Kasma