BindingAction Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Represents the actions that a binding can perform.

Namespace:  System.Windows.Data.Debugging
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Enumeration BindingAction
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public enum BindingAction

Members

Member name Description
UpdatingSource The binding is currently updating the source.
UpdatingTarget The binding is currently updating the target.
ValidationNotification The binding is currently receiving an INotifyDataErrorInfo notification.

Remarks

This enumeration is the value type of the BindingDebugState.Action property.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources