System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Windows.Forms.BaseCollection
System.ComponentModel.DefaultEvent("CollectionChanged")
Simple data binding is accomplished by adding objects to a . Any object that inherits from the class can access the through the property. For a list of Windows controls that support data binding, see the class.
Represents a collection of objects for a control.
Method
1.0.5000.0
2.0.0.0
System.Void
To be added.
Adds the specified binding to the collection.
The to add to the collection.
Method
System.Void
To be added.
Adds a to the collection.
The to add to the collection.
1.0.5000.0
2.0.0.0
Method
1.0.5000.0
2.0.0.0
System.Void
The event occurs when you invoke the method.
Clears the collection of binding objects.
Method
System.Void
To be added.
Clears the collection of any members.
1.0.5000.0
2.0.0.0
Event
System.ComponentModel.CollectionChangeEventHandler
For more information about handling events, see [<topic://cpconEventsOverview>].
Occurs when the collection has changed.
1.0.5000.0
2.0.0.0
Event
2.0.0.0
System.ComponentModel.CollectionChangeEventHandler
For more information about handling events, see Consuming Events.
Occurs when the collection is about to change.
Property
System.Int32
To be added.
To be added.
Gets the total number of bindings in the collection.
1.0.5000.0
2.0.0.0
Property
System.Windows.Forms.Binding
To be added.
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Collections.ArrayList
To be added.
To be added.
Gets the bindings in the collection as an object.
1.0.5000.0
2.0.0.0
Method
System.Void
Raising an event invokes the event handler through a delegate. For more information, see [<topic://cpconProvidingEventFunctionality>].
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains the event data.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Void
The event occurs when the event is about to change.
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains event data.
Method
1.0.5000.0
2.0.0.0
System.Void
To be added.
Deletes the specified binding from the collection.
The Binding to remove from the collection.
Method
1.0.5000.0
2.0.0.0
System.Void
To be added.
Deletes the binding from the collection at the specified index.
The index of the to remove.
Method
System.Void
To be added.
Removes the specified from the collection.
The to remove.
1.0.5000.0
2.0.0.0
Method
1.0.5000.0
2.0.0.0
System.Boolean
To be added.
Gets a value that indicates whether the collection should be serialized.
true if the collection count is greater than zero; otherwise, false.