BindingExpressionBase Class
.NET Framework 3.0
Represents the base class for BindingExpression, PriorityBindingExpression, and MultiBindingExpression. This class is abstract.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
System.Windows.Data Namespace
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public MustInherit Class BindingExpressionBase Inherits Expression Implements IWeakEventListener 'Usage Dim instance As BindingExpressionBase
public abstract class BindingExpressionBase extends Expression implements IWeakEventListener
public abstract class BindingExpressionBase extends Expression implements IWeakEventListener
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
For information about bindings and binding expressions, see "Binding and BindingExpression" in Data Binding Overview.
System.Object
System.Windows.Expression
System.Windows.Data.BindingExpressionBase
System.Windows.Data.BindingExpression
System.Windows.Data.MultiBindingExpression
System.Windows.Data.PriorityBindingExpression
System.Windows.Expression
System.Windows.Data.BindingExpressionBase
System.Windows.Data.BindingExpression
System.Windows.Data.MultiBindingExpression
System.Windows.Data.PriorityBindingExpression
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
BindingExpressionBase MembersSystem.Windows.Data Namespace
Other Resources
Data Binding OverviewCommunity Additions
ADD
Show: