Binding.DoNothing Field

Definition

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

public: static initonly System::Object ^ DoNothing;
public static readonly object DoNothing;
 staticval mutable DoNothing : obj
Public Shared ReadOnly DoNothing As Object 

Field Value

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.

Applies to