CurrencyManager Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AddNew() | Adds a new item to the underlying list.(Overrides BindingManagerBase::AddNew().) |
![]() | CancelCurrentEdit() | Cancels the current edit operation.(Overrides BindingManagerBase::CancelCurrentEdit().) |
![]() | CheckEmpty() | This API supports the product infrastructure and is not intended to be used directly from your code. Throws an exception if there is no list, or the list is empty. |
![]() | EndCurrentEdit() | Ends the current edit operation.(Overrides BindingManagerBase::EndCurrentEdit().) |
![]() | 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() | Gets the property descriptor collection for the underlying list.(Overrides BindingManagerBase::GetItemProperties().) |
![]() | GetItemProperties(ArrayList^, ArrayList^) | Gets the collection of property descriptors for the binding using the specified ArrayList.(Inherited from BindingManagerBase.) |
![]() | GetItemProperties(Type^, Int32, ArrayList^, ArrayList^) | Gets the list of properties of the items managed by this BindingManagerBase.(Inherited from BindingManagerBase.) |
![]() | GetListName(ArrayList^) | Gets the name of the list supplying the data for the binding using the specified set of bound properties.(Overrides BindingManagerBase::GetListName(ArrayList^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnBindingComplete(BindingCompleteEventArgs^) | Raises the BindingComplete event. (Inherited from BindingManagerBase.) |
![]() | OnCurrentChanged(EventArgs^) | Raises the CurrentChanged event.(Overrides BindingManagerBase::OnCurrentChanged(EventArgs^).) |
![]() | OnCurrentItemChanged(EventArgs^) | Raises the CurrentItemChanged event.(Overrides BindingManagerBase::OnCurrentItemChanged(EventArgs^).) |
![]() | OnDataError(Exception^) | Raises the DataError event.(Inherited from BindingManagerBase.) |
![]() | OnItemChanged(ItemChangedEventArgs^) | Raises the ItemChanged event. |
![]() | OnMetaDataChanged(EventArgs^) | Raises the MetaDataChanged event. |
![]() | OnPositionChanged(EventArgs^) | Raises the PositionChanged event. |
![]() | PullData() | Pulls data from the data-bound control into the data source, returning no information.(Inherited from BindingManagerBase.) |
![]() | PushData() | Pushes data from the data source into the data-bound control, returning no information.(Inherited from BindingManagerBase.) |
![]() | Refresh() | Forces a repopulation of the data-bound list. |
![]() | RemoveAt(Int32) | Removes the item at the specified index.(Overrides BindingManagerBase::RemoveAt(Int32).) |
![]() | ResumeBinding() | Resumes data binding.(Overrides BindingManagerBase::ResumeBinding().) |
![]() | SuspendBinding() | Suspends data binding to prevents changes from updating the bound data source.(Overrides BindingManagerBase::SuspendBinding().) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UpdateIsBinding() | This API supports the product infrastructure and is not intended to be used directly from your code. Updates the status of the binding.(Overrides BindingManagerBase::UpdateIsBinding().) |

