System.Windows.Forms.BindingContext: Method Members

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

See Also: Inherited members from System.Object

Public Methods

Contains(object) : bool

Gets a value indicating whether the System.Windows.Forms.BindingContext contains the System.Windows.Forms.BindingManagerBase associated with the specified data source.

Contains(object, string) : bool

Gets a value indicating whether the System.Windows.Forms.BindingContext contains the System.Windows.Forms.BindingManagerBase associated with the specified data source and data member.

static
UpdateBinding(BindingContext, Binding)

Associates a System.Windows.Forms.Binding with a new System.Windows.Forms.BindingContext.

Protected Methods

Add(object, BindingManagerBase)

Adds the System.Windows.Forms.BindingManagerBase associated with a specific data source to the collection.

AddCore(object, BindingManagerBase)

Adds the System.Windows.Forms.BindingManagerBase associated with a specific data source to the collection.

Clear()

Clears the collection of any System.Windows.Forms.BindingManagerBase objects.

ClearCore()

Clears the collection.

OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)

Raises the BindingContext.CollectionChanged event.

Remove(object)

Deletes the System.Windows.Forms.BindingManagerBase associated with the specified data source.

RemoveCore(object)

Removes the System.Windows.Forms.BindingManagerBase associated with the specified data source.