System.Windows.Forms.BindingManagerBase.PullData Method

Pulls data from the data-bound control into the data source, returning no information.

Syntax

protected void PullData ()

Remarks

The BindingManagerBase.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.

BindingManagerBase.PullData raises the BindingManagerBase.BindingComplete event and change events on the data source as appropriate.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0