Silverlight Dependency Properties
Posted by: Bryant Likess Blog,
on 15 Dec 2008 |
View original | Bookmarked: 0 time(s)
I’ve seen this question a number of times in the Silverlight Forums, so instead of just answering it one more time I decided to answer it here so I can refer back to this. The question generally looks like this:
I have create a dependency property and the setter isn’t getting called during data binding. My dependency property is declared as follows:
public class MyClass : Control
{
public int MyProperty
{
...