Site search

Categories

December 2008
M T W T F S S
« Nov   Apr »
1234567
891011121314
15161718192021
22232425262728
293031  

Friends

Archive for December, 2008

Bindable interfaces with custom events

I’m surprised I haven’t stumbled across this before, but it caused a little head-scratching in a recent project. The problem involves having a class with a mixture of binding tags (i.e. with and without custom events), but assumes you are programming to the interface the class implements. In this case making it bindable proves a [...]