System.Windows.Forms.BindingManagerBase: Method Members

The methods of System.Windows.Forms.BindingManagerBase are listed below. For a list of all members, see the BindingManagerBase Members list.

See Also: Inherited members from System.Object

Public Methods

abstract
AddNew()

When overridden in a derived class, adds a new item to the underlying list.

abstract
CancelCurrentEdit()

When overridden in a derived class, cancels the current edit.

abstract
EndCurrentEdit()

When overridden in a derived class, ends the current edit.

GetItemProperties() : System.ComponentModel.PropertyDescriptorCollection

When overridden in a derived class, gets the collection of property descriptors for the binding.

abstract
RemoveAt(int)

When overridden in a derived class, deletes the row at the specified index from the underlying list.

abstract
ResumeBinding()

When overridden in a derived class, resumes data binding.

abstract
SuspendBinding()

When overridden in a derived class, suspends data binding.

Protected Methods

GetItemProperties(ArrayList, ArrayList) : System.ComponentModel.PropertyDescriptorCollection

Gets the collection of property descriptors for the binding using the specified ArrayList.

GetItemProperties(Type, int, ArrayList, ArrayList) : System.ComponentModel.PropertyDescriptorCollection

Gets the list of properties of the items managed by this System.Windows.Forms.BindingManagerBase.

abstract
GetListName(ArrayList) : string

When overridden in a derived class, gets the name of the list supplying the data for the binding.

OnBindingComplete(BindingCompleteEventArgs)

Raises the BindingManagerBase.BindingComplete event.

abstract
OnCurrentChanged(EventArgs)

Raises the BindingManagerBase.CurrentChanged event.

abstract
OnCurrentItemChanged(EventArgs)

Raises the BindingManagerBase.CurrentItemChanged event.

OnDataError(Exception)

Raises the BindingManagerBase.DataError event.

PullData()

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

PushData()

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

abstract
UpdateIsBinding()

When overridden in a derived class, updates the binding.