WritableBindingExpression<T>
A writable binding whose path, conversion, and mode are complete.
- Kind: Class
- Namespace: SkeleKit
- Inherits:
BindingExpression<T>
| Type parameter | Summary |
|---|---|
T | The value type presented to the control. |
Methods
UpdateOn
Chooses when control changes are written to the source.
| Parameter | Summary |
|---|---|
UpdateTrigger trigger | When to write control changes. |
Returns
WritableBindingExpression<T>: The writable binding with the selected trigger.