Click or drag to resize
CalculatedPropertyCreateT Method (IPropertyINotifyPropertyChanged, T, IPropertyNotifyPropertyChanged, T)

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

Parameters

s1
Type: Lawo.ReflectionIPropertyINotifyPropertyChanged, T
target
Type: Lawo.ReflectionIPropertyNotifyPropertyChanged, T

Type Parameters

T
The type of the source and target property.

Return Value

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