ToSourceBindingBuilder<TSource>

Starts a binding that only writes control values to its root source.
public sealed class ToSourceBindingBuilder<TSource> where TSource : class
Type parameterSummary
(class) TSourceThe root binding source type.

Methods

ToSource

Uses the control value only as input to the source.

public ToSourceBindingExpression<TSource, TValue> ToSource<TValue>(
  Action<TSource, TValue> write)
ParameterSummary
Action<TSource, TValue> writeWrites the control value to the root source.
Type parameterSummary
TValueThe source value type.

Returns