Bindable properties in Bindows 4
One nifty thing introduced in Bindows 4.0 is the BiProperty. It enables you to:
- add a property to an instance which throws a change event when the value changes
- set the location of the property, so you can also wrap any other property with it
- use the new name scopes when naming and setting location pointers.
Using these together with the Actions (the end result of Managed Asynchronous Execution Threads), one can in a fairly straightforward way create some simple logic.
Some samples:
Sample 1 - ( XML source )
Sample 2 - ( XML source )
Sample 3 - ( XML source )
0 comments:
Post a Comment