System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Windows.Forms.BindingManagerBase
The inherits from the , and it is used to maintain the current property of an object, rather than the property of a current object in a list. For this reason, trying to set the or property for a has no effect. Similarly, the and methods are not supported because there is no underlying list of data to add to or delete from. In addition, a call to will always return false if the has a data source, regardless of whether has been called.
Maintains a between an object's property and a data-bound control property.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Object
To be added.
The property returns the data source of a data-bound relationship.
Gets the object to which the data-bound property belongs.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.ComponentModel.PropertyDescriptorCollection
To be added.
To be added.
To be added.
1.0.5000.0
Method
1.0.5000.0
2.0.0.0
System.String
To be added.
To be added.
To be added.
To be added.
Method
1.0.5000.0
2.0.0.0
System.Void
To be added.
Raises the event.
The that contains the event data.
Method
2.0.0.0
System.Void
For more information about handling events, see Consuming Events.
Raises the event.
An containing the event data.
Property
System.Int32
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.Void
and are two methods that allow the temporary suspension and resumption of data binding. You typically suspend data binding if the user must be allowed to make several edits to data fields before validation occurs. For example, if one field must be changed in accordance with a second, but where validating the first field would cause the second field to be in error. A call to will always return false if the has a data source, regardless of whether has been called.
Suspends the data binding between a data source and a data-bound property.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
Updates the current between a data binding and a data-bound property.
1.0.5000.0
2.0.0.0