UpdateSourceTrigger Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines constants that indicate when a binding source is updated by its binding target in two-way binding.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
| Member name | Description | |
|---|---|---|
| Default | The binding source is updated automatically when the binding target value changes. | |
| Explicit | The binding source is updated only when you call the BindingExpression::UpdateSource method. |
This enumeration is used by the Binding::UpdateSourceTrigger property.
Show: