Click or drag to resize
MultiBinding.Create<T> Method (IProperty<INotifyPropertyChanged, T>, IProperty<Object, T>)

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

Parameters

s1
Type: Lawo.Reflection.IProperty<INotifyPropertyChanged, T>
target
Type: Lawo.Reflection.IProperty<Object, T>

Type Parameters

T
The type of the source and target property.

Return Value

Type: MultiBinding<T>
Exceptions
ExceptionCondition
ArgumentNullExceptionAt least one of the arguments is equal to null.
See Also