Click or drag to resize
MultiBindingCreateTS1, TTarget Method (IPropertyINotifyPropertyChanged, TS1, FuncTS1, TTarget, IPropertyObject, TTarget)

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static MultiBinding<TTarget> Create<TS1, TTarget>(
	IProperty<INotifyPropertyChanged, TS1> s1,
	Func<TS1, TTarget> toTarget,
	IProperty<Object, TTarget> target
)

Parameters

s1
Type: Lawo.ReflectionIPropertyINotifyPropertyChanged, TS1
toTarget
Type: SystemFuncTS1, TTarget
target
Type: Lawo.ReflectionIPropertyObject, TTarget

Type Parameters

TS1
The type of the first source property.
TTarget
The type of the target property.

Return Value

Type: MultiBindingTTarget
Exceptions
ExceptionCondition
ArgumentNullExceptionAt least one of the arguments is equal to null.
See Also