Click or drag to resize
BindingTSourceOwner, TSource, TTargetOwner, TTarget Class
Represents a binding between two properties.
Inheritance Hierarchy
SystemObject
  Lawo.ComponentModelBindingTSourceOwner, TSource, TTargetOwner, TTarget

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class Binding<TSourceOwner, TSource, TTargetOwner, TTarget> : IDisposable
where TSourceOwner : INotifyPropertyChanged
where TTargetOwner : INotifyPropertyChanged

Type Parameters

TSourceOwner
The type of the object owning the source property.
TSource
The type of the source property.
TTargetOwner
The type of the object owning the target property.
TTarget
The type of the target property.

The BindingTSourceOwner, TSource, TTargetOwner, TTarget type exposes the following members.

Properties
  NameDescription
Public propertySource
Gets the source property.
Public propertyTarget
Gets the target property.
Top
Methods
  NameDescription
Public methodDispose
Stops forwarding changes and altering the properties.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventChangeOriginatedAtSource
Occurs when a change has originated at the source.
Public eventChangeOriginatedAtTarget
Occurs when a change has originated at the target.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also