BindingManagerBase.PullData Method
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.
Pulls data from the data-bound control into the data source, returning no information.
protected:
void PullData();
protected void PullData ();
member this.PullData : unit -> unit
Protected Sub PullData ()
Remarks
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.