System.Windows.Forms.BindingContext Members

The members of System.Windows.Forms.BindingContext are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Windows.Forms.BindingContext class.

Public Properties

[read-only]
IsReadOnlybool.

Gets a value indicating whether the collection is read-only.

[read-only]
default property
Item(object)BindingManagerBase. Documentation for this section has not yet been entered.
[read-only]
default property
Item(object, string)BindingManagerBase. Documentation for this section has not yet been entered.

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.

Public Events

CollectionChanged

Always raises a NotImplementedException when handled.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies the elements of the collection into a specified array, starting at the collection index.

[read-only]
ICollection.Countint.

Gets the total number of System.Windows.Forms.CurrencyManager objects managed by the System.Windows.Forms.BindingContext.

IEnumerable.GetEnumerator

Gets an enumerator for the collection.

[read-only]
ICollection.IsSynchronizedbool.

Gets a value indicating whether the collection is synchronized.

[read-only]
ICollection.SyncRootobject.

Gets an object to use for synchronization (thread safety).