BindingManagerBase.PullData Method

Definition

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.

Applies to

See also