BindingManagerBase Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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 the default hash function. (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(ArrayList^) | When overridden in a derived class, gets the name of the list supplying the data for the binding. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnBindingComplete(BindingCompleteEventArgs^) | Raises the BindingComplete event. |
![]() | OnCurrentChanged(EventArgs^) | Raises the CurrentChanged event. |
![]() | OnCurrentItemChanged(EventArgs^) | Raises the CurrentItemChanged event. |
![]() | OnDataError(Exception^) | 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(Int32) | 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. |

