OneWayBindingCreateTSourceOwner, TTargetOwner, TProperty Method (IPropertyTSourceOwner, TProperty, IPropertyTTargetOwner, TProperty) | |
Namespace: Lawo.ComponentModelAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax 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,
TPropertySee Also