TwoWayBindingExpression<TSource, TOwner, TValue>

A complete direct two-way binding.
public sealed class TwoWayBindingExpression<TSource, TOwner, TValue> : BindingExpression<TValue?> 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.

Methods

UpdateOn

Chooses when control changes are written to the source.

public WritableBindingExpression<TValue?> UpdateOn(
  UpdateTrigger trigger)
ParameterSummary
UpdateTrigger triggerWhen to write control changes.

Returns