Click or drag to resize

PropertyBindingT Class

Support binding to a property of an element when the target is not a DependencyObject
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfPropertyBindingT

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public class PropertyBinding<T>

Type Parameters

T
The type of the variable.

The PropertyBindingT type exposes the following members.

Constructors
  NameDescription
Public methodPropertyBindingT(Object, String)
Initializes a new instance of the PropertyBindingT class.
Public methodPropertyBindingT(Object, PropertyPath)
Initializes a new instance of the PropertyBindingT class.
Public methodPropertyBindingT(Object, BindingMode, String)
Initializes a new instance of the PropertyBindingT class.
Public methodPropertyBindingT(Object, BindingMode, PropertyPath)
Initializes a new instance of the PropertyBindingT class.
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodDetach
Releases unmanaged and - optionally - managed resources.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the value has changed.
Top
Extension Methods
See Also