The DataBinding type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Destination | Gets the destination subject/object. | |
| DestinationPath | Gets the destination property name or dotted property path. | |
| DestinationProperty | Gets a PropertyMeta for the destination property. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| OptimizeIneffectiveChanges | Get Determines if this DataBinding will optimize out any attempts to set the destination property to its current value. | |
| Source | Gets the source subject/object. | |
| SourcePath | Gets the source property name or dotted property path. | |
| SourceProperty | Gets a PropertyMeta for the source property. | |
| UpdateException | Gets the exception, if any, that was thrown when the binding attempted to update its property value from its Source. |
See Also