.NET Framework Class Library
Binding..::.DoNothing Field

Used as a returned value to instruct the binding engine not to perform any action.

Namespace:  System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)
Syntax

Visual Basic (Declaration)
Public Shared ReadOnly DoNothing As Object
Visual Basic (Usage)
Dim value As Object

value = Binding.DoNothing
C#
public static readonly Object DoNothing
Visual C++
public:
static initonly Object^ DoNothing
JScript
public static final var DoNothing : Object
XAML
You cannot use fields in XAML.
Remarks

A binding source property or a converter can return Binding..::.DoNothing to instruct the binding engine not to perform any action. For example, to instruct the binding engine not to transfer a value to the binding target, not to move to the next Binding in a PriorityBinding, or not to use the FallBackValue or default value.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker