| Class | Description |
---|
| ConstantBinding |
The ConstantBinding class is lightweight data-binding class that
is optimized for simple assignments of one object's constant to
another object's property. |
| GenericBinding |
The GenericBinding class is the data-binding class that applies
changes to properties of source objects to a property of the
destination object. |
| PropertyWatcher |
The PropertyWatcher class is the data-binding class that watches
for changes to various properties in objects. |
| SimpleBinding |
The SimpleBinding class is lightweight data-binding class that
is optimized for simple assignments of one object's property to
another object's property. |
| WatcherBase |
The WatcherBase class is the base class for data-binding classes that watch
various properties and styles for changes. |