If I add the Bindable tag at a class level every property is wrapped in by a sort of proxy that then raises PropertyChange events as appropriate.
This certainly saves a lot of time instead of having to go through a class and add Bindable to every single property. But... What if there is one property that I dont want to be Bindable and more importantly I dont want it to raise PropertyChange events. Is there same NonBindable tag to achieve this??? tks

