System.Windows.Forms.BindingsCollection Members

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

See Also: Inherited members from System.Windows.Forms.BaseCollection

Public Properties

[read-only]
override
Countint.

Gets the total number of bindings in the collection.

[read-only]
default property
Item(int)Binding. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ListArrayList.

Gets the bindings in the collection as an object.

Protected Methods

Add(Binding)

Adds the specified binding to the collection.

AddCore(Binding)

Adds a System.Windows.Forms.Binding to the collection.

Clear()

Clears the collection of binding objects.

ClearCore()

Clears the collection of any members.

OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)

Raises the BindingsCollection.CollectionChanged event.

OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs)

Raises the BindingsCollection.CollectionChanging event.

Remove(Binding)

Deletes the specified binding from the collection.

RemoveAt(int)

Deletes the binding from the collection at the specified index.

RemoveCore(Binding)

Removes the specified System.Windows.Forms.Binding from the collection.

ShouldSerializeMyAll() : bool

Gets a value that indicates whether the collection should be serialized.

Public Events

CollectionChanged

Occurs when the collection has changed.

CollectionChanging

Occurs when the collection is about to change.