Binding::DoNothing Field
.NET Framework (current version)
Used as a returned value to instruct the binding engine not to perform any action.
Assembly: PresentationFramework (in PresentationFramework.dll)
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
Available since 3.0
Show: