System.Windows.Forms.BindingsCollection: Method Members

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

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

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.