BindingManagerBase::ResumeBinding Method ()
.NET Framework (current version)
When overridden in a derived class, resumes data binding.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
SuspendBinding and ResumeBinding are two methods that allow the temporary suspension and resumption of data binding. You would typically suspend data binding if the user must be allowed to edit data fields before validation occurs. For example, the user might need to change a field to be in accordance with a second field; otherwise, validating the first field would cause the second field to be in error.
.NET Framework
Available since 1.1
Available since 1.1
Show: