BindingManagerBase::PullData Method ()
.NET Framework (current version)
Pulls data from the data-bound control into the data source, returning no information.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The PullData method is a programmatic way to pull information from the data-bound control back into the data source. It is not required for standard operation of a control, since normally a control automatically updates its bound data source when focus leaves it.
PullData raises the BindingComplete event and change events on the data source as appropriate.
.NET Framework
Available since 1.1
Available since 1.1
Show: