NoesisGUI

BaseBindingExpression Class

namespace Noesis | MSDN

Represents the base class for all Binding Expressions.

Inheritance Hierarchy

BaseBindingExpression

INDEX Class Hierarchy Index

Properties


Name Description
RO ParentBindingBase Gets the BaseBinding object from which this BaseBindingExpression object is created
RO Target Gets the element to which this BindingExpression is attached
RO TargetProperty Gets the property to which this BindingExpression is attached

DP_ Dependency Property      RO_ Read-only


Methods

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

From Expression

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

Events

BaseBindingExpression has no events

© 2017 Noesis Technologies