Binding<TSourceOwner, TSource, TTargetOwner, TTarget> Class | ![]() |
Namespace: Lawo.ComponentModel
public sealed class Binding<TSourceOwner, TSource, TTargetOwner, TTarget> : IDisposable where TSourceOwner : INotifyPropertyChanged where TTargetOwner : INotifyPropertyChanged
The Binding< TSourceOwner, TSource, TTargetOwner, TTarget> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Stops forwarding changes and altering the properties. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ChangeOriginatedAtSource | Occurs when a change has originated at the source. |
![]() | ChangeOriginatedAtTarget | Occurs when a change has originated at the target. |