UpdateSourceTrigger Enumeration

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.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Enumeration UpdateSourceTrigger
<object property="enumMemberName"/>

Member nameDescription
DefaultThe binding source is updated automatically when the binding target value changes.
ExplicitThe binding source is updated only when you call the BindingExpression.UpdateSource method.

This enumeration is used by the Binding.UpdateSourceTrigger property.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft