BindingManagerBase Methods
.NET Framework 4.5
The BindingManagerBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddNew | When overridden in a derived class, adds a new item to the underlying list. |
|
CancelCurrentEdit | When overridden in a derived class, cancels the current edit. |
|
EndCurrentEdit | When overridden in a derived class, ends the current edit. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetItemProperties() | When overridden in a derived class, gets the collection of property descriptors for the binding. |
|
GetItemProperties(ArrayList, ArrayList) | Gets the collection of property descriptors for the binding using the specified ArrayList. |
|
GetItemProperties(Type, Int32, ArrayList, ArrayList) | Gets the list of properties of the items managed by this BindingManagerBase. |
|
GetListName | When overridden in a derived class, gets the name of the list supplying the data for the binding. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnBindingComplete | Raises the BindingComplete event. |
|
OnCurrentChanged | Raises the CurrentChanged event. |
|
OnCurrentItemChanged | Raises the CurrentItemChanged event. |
|
OnDataError | Raises the DataError event. |
|
PullData | Pulls data from the data-bound control into the data source, returning no information. |
|
PushData | Pushes data from the data source into the data-bound control, returning no information. |
|
RemoveAt | When overridden in a derived class, deletes the row at the specified index from the underlying list. |
|
ResumeBinding | When overridden in a derived class, resumes data binding. |
|
SuspendBinding | When overridden in a derived class, suspends data binding. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateIsBinding | When overridden in a derived class, updates the binding. |