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)

public:
static initonly Object^ DoNothing

Field Value

Type: System::Object^

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.

.NET Framework
Available since 3.0
Return to top
Show: