ConvertedTwoWayBindingBuilder<TSource, TOwner, TValue, TTarget>
A converted binding awaiting its required source writer.
- Kind: Class
- Namespace: SkeleKit
| Type parameter | Summary |
|---|---|
(class) TSource | The root binding source type. |
(class?) TOwner | The object that owns the selected value. |
TValue | The selected source value type. |
TTarget | The value type presented to the control. |
Methods
TwoWay
Adds the source writer and completes the converted two-way binding.
| Parameter | Summary |
|---|---|
Action<TOwner, TValue> write | Writes converted control values to the object that owns the selected property. |
Returns
WritableBindingExpression<TTarget?>: The completed writable binding.