Table of Contents

Class BindingExpression

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Describes a single run-time instance of data binding, binding a target (element, DependencyProperty) to a source (object, property, XML node)

public sealed class BindingExpression : BindingExpressionBase, IWeakEventListener
Inheritance
BindingExpression
Implements

Properties

DataItem

The data item actually used by this BindingExpression

ParentBinding

Binding from which this expression was created

ResolvedSource

The object that gets changed during UpdateSource

ResolvedSourcePropertyName

The name of the property that gets changed during UpdateSource

Methods

UpdateSource()

Send the current value back to the source

UpdateTarget()

Force a data transfer from source to target