I've extended Button, as I have lots of requirements (like changing images, selected states, etc). I want to be able to tap into that for when the IsEnabled property changes on the button - I couldn't find how to do that - I tried adding a propertychange listener; but it never get's fired.
The best I've got so far is adding another field, which proxies ot the IsEnabled property.. it'll keep me moving; but I really want to do it right.
how to do this without requiring an additional property