CurrencyManager Methods
.NET Framework 4
The CurrencyManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddNew | Adds a new item to the underlying list. (Overrides BindingManagerBase.AddNew().) |
|
CancelCurrentEdit | Cancels the current edit operation. (Overrides BindingManagerBase.CancelCurrentEdit().) |
|
CheckEmpty | Infrastructure. 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 a hash function for a particular type. (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 | Gets the name of the list supplying the data for the binding using the specified set of bound properties. (Overrides BindingManagerBase.GetListName(ArrayList).) |
|
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. (Inherited from BindingManagerBase.) |
|
OnCurrentChanged | Raises the CurrentChanged event. (Overrides BindingManagerBase.OnCurrentChanged(EventArgs).) |
|
OnCurrentItemChanged | Raises the CurrentItemChanged event. (Overrides BindingManagerBase.OnCurrentItemChanged(EventArgs).) |
|
OnDataError | Raises the DataError event. (Inherited from BindingManagerBase.) |
|
OnItemChanged | Raises the ItemChanged event. |
|
OnMetaDataChanged | Raises the MetaDataChanged event. |
|
OnPositionChanged | 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 | 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 | Infrastructure. Updates the status of the binding. (Overrides BindingManagerBase.UpdateIsBinding().) |