| Name | Description | |
|---|---|---|
|  | C1BindingSource Constructor | Overloaded. | 
The following tables list the members exposed by C1BindingSource.
| Name | Description | |
|---|---|---|
|  | C1BindingSource Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | DataMember | Gets or sets the specific list in the data source to which the connector currently binds to. | 
|  | DataSource | Gets or sets the data source that the connector binds to. | 
|  | DataSourceID | 
| Name | Description | |
|---|---|---|
|  | Add | Adds an existing item to the internal list. | 
|  | AddNew | Adds a new item to the underlying list. | 
|  | BeginEdit | Starts an edit operation on the specified object. | 
|  | Clear | Removes all elements from the list. | 
|  | Contains | Determines whether an object is an item in the list. | 
|  | CopyTo | Copies the contents of the List to the specified array, starting at the specified index value. | 
|  | CreateObjRef | (Inherited from System.MarshalByRefObject) | 
|  | Dispose | (Inherited from System.ComponentModel.Component) | 
|  | EndEdit | Applies pending changes to the underlying data source. | 
|  | Find | Overloaded. Searches for the index of the item that has the given property descriptor. | 
|  | FinishAddNew | Commits a pending new item to the collection. | 
|  | GetItemProperties | Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type. | 
|  | GetLifetimeService | (Inherited from System.MarshalByRefObject) | 
|  | GetListName | Gets the name of the list supplying data for the binding. | 
|  | IndexOf | Searches for the specified object and returns the index of the first occurrence within the entire list. | 
|  | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | 
|  | Insert | Inserts an item into the list at the specified index. | 
|  | Remove | Removes the specified item from the list. | 
|  | RemoveAt | Removes the item at the specified index in the list. | 
|  | ResetBindings | Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values. | 
|  | ResetItem | Causes a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value. | 
|  | ToString | (Inherited from System.ComponentModel.Component) | 
| Name | Description | |
|---|---|---|
|  | AddingNew | Occurs before an item is added to the underlying list. | 
|  | DataMemberChanged | Occurs when the DataMember property value has changed. | 
|  | DataSourceChanged | Occurs when the DataSource property value has changed. | 
|  | ListChanged | Occurs when the underlying list changes or an item in the list changes. |