Click or drag to resize
TwoWayBindingCreateTSourceOwner, TTargetOwner, TProperty Method (IPropertyTSourceOwner, TProperty, IPropertyTTargetOwner, TProperty)
Returns the return value of Create(source, v => v, target, v => v).

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static Binding<TSourceOwner, TProperty, TTargetOwner, TProperty> Create<TSourceOwner, TTargetOwner, TProperty>(
	IProperty<TSourceOwner, TProperty> source,
	IProperty<TTargetOwner, TProperty> target
)
where TSourceOwner : INotifyPropertyChanged
where TTargetOwner : INotifyPropertyChanged

Parameters

source
Type: Lawo.ReflectionIPropertyTSourceOwner, TProperty
target
Type: Lawo.ReflectionIPropertyTTargetOwner, TProperty

Type Parameters

TSourceOwner
The type of the object owning the source property.
TTargetOwner
The type of the object owning the target property.
TProperty
The type of the source and target properties.

Return Value

Type: BindingTSourceOwner, TProperty, TTargetOwner, TProperty
See Also