BindingContext::UpdateBinding Method (BindingContext^, Binding^)
.NET Framework (current version)
Associates a Binding with a new BindingContext.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- newBindingContext
-
Type:
System.Windows.Forms::BindingContext^
The new BindingContext to associate with the Binding.
- binding
-
Type:
System.Windows.Forms::Binding^
The Binding to associate with the new BindingContext.
This method is intended update the bindings of components that implement IBindableComponent, when their BindingContext changes.
.NET Framework
Available since 2.0
Available since 2.0
Show: