Property |
The PropertyBindingT type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyBindingT(Object, String) | Initializes a new instance of the PropertyBindingT class. | |
| PropertyBindingT(Object, PropertyPath) | Initializes a new instance of the PropertyBindingT class. | |
| PropertyBindingT(Object, BindingMode, String) | Initializes a new instance of the PropertyBindingT class. | |
| PropertyBindingT(Object, BindingMode, PropertyPath) | Initializes a new instance of the PropertyBindingT class. |
| Name | Description | |
|---|---|---|
| ValueChanged | Occurs when the value has changed. |
| Name | Description | |
|---|---|---|
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |