Binding.DoNothing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used as a returned value to instruct the binding engine to not 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 to not perform any action. For example, return this field to instruct the binding engine to not transfer a value to the binding target, not move to the next Binding in a PriorityBinding, or not use the FallBackValue
or default value.