TwoWayBindingExpression<TSource, TOwner, TValue>
A complete direct two-way binding.
- Kind: Class
- Namespace: SkeleKit
- Inherits:
BindingExpression<TValue?>
| 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. |
Methods
UpdateOn
Chooses when control changes are written to the source.
| Parameter | Summary |
|---|---|
UpdateTrigger trigger | When to write control changes. |
Returns
WritableBindingExpression<TValue?>: The two-way binding with the selected trigger.