BindingExpression Class
BindingExpression. Provides high-level access to the definition of a binding, which connects the properties of binding target objects (UI elements), and any data source (for example, a database, an XML file, or any object that contains data).
Methods
From BindingExpression
Name |
Description |
AfterSet |
Executed after set is completed and the property changed has been notified |
BeforeSet |
Executes the set |
Evaluate |
Evaluates expression when applied to the specified target object |
Reapply |
Applies expression to a new target, cloning the expression itself if necessary |
Name |
Description |
UpdateSource |
Sends the current value back to the source. Does nothing when binding's Mode is not TwoWay or OneWayToSource |
UpdateTarget |
Forces a data transfer from source to target |
Name |
Description |
AfterSet |
Executed after set is completed and the property changed has been notified |
BeforeSet |
Executes the set |
Evaluate |
Evaluates expression when applied to the specified target object |
Reapply |
Applies expression to a new target, cloning the expression itself if necessary |
Properties
Dependency Property -
Read only
Events
BindingExpression has no events