ConvertedTwoWayBindingBuilder<TSource, TOwner, TValue, TTarget>

A converted binding awaiting its required source writer.
public sealed class ConvertedTwoWayBindingBuilder<TSource, TOwner, TValue, TTarget> where TSource : class where TOwner : class?
Type parameterSummary
(class) TSourceThe root binding source type.
(class?) TOwnerThe object that owns the selected value.
TValueThe selected source value type.
TTargetThe value type presented to the control.

Methods

TwoWay

Adds the source writer and completes the converted two-way binding.

public WritableBindingExpression<TTarget?> TwoWay(
  Action<TOwner, TValue> write)
ParameterSummary
Action<TOwner, TValue> writeWrites converted control values to the object that owns the selected property.

Returns