The ObjectBindingSource type exposes the following members.

Methods

  NameDescription
Add
Adds an existing item to the internal list.
(Inherited from BindingSource.)
AddNew
Adds a new item to the underlying list.
(Inherited from BindingSource.)
ApplySortOverloaded.
CancelEdit
Cancels the current edit operation.
(Inherited from BindingSource.)
Clear
Removes all elements from the list.
(Inherited from BindingSource.)
Contains
Determines whether an object is an item in the list.
(Inherited from BindingSource.)
CopyTo
Copies the contents of the List to the specified array, starting at the specified index value.
(Inherited from BindingSource.)
Dispose
Releases the unmanaged resources used by the BindingSource and optionally releases the managed resources.
(Inherited from BindingSource.)
EndEdit
Applies pending changes to the underlying data source.
(Inherited from BindingSource.)
FindOverloaded.
GetEnumerator
Retrieves an enumerator for the List.
(Inherited from BindingSource.)
GetItemProperties
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
(Inherited from BindingSource.)
GetListName
Gets the name of the list supplying data for the binding.
(Inherited from BindingSource.)
GetRelatedCurrencyManager
Gets the related currency manager for the specified data member.
(Inherited from BindingSource.)
IndexOf
Searches for the specified object and returns the index of the first occurrence within the entire list.
(Inherited from BindingSource.)
Insert
Inserts an item into the list at the specified index.
(Inherited from BindingSource.)
MoveFirst
Moves to the first item in the list.
(Inherited from BindingSource.)
MoveLast
Moves to the last item in the list.
(Inherited from BindingSource.)
MoveNext
Moves to the next item in the list.
(Inherited from BindingSource.)
MovePrevious
Moves to the previous item in the list.
(Inherited from BindingSource.)
OnAddingNew
Raises the AddingNew event.
(Inherited from BindingSource.)
OnBindingComplete
Raises the BindingComplete event.
(Inherited from BindingSource.)
OnCurrentChanged
Raises the CurrentChanged event.
(Inherited from BindingSource.)
OnCurrentItemChanged
Raises the CurrentItemChanged event.
(Inherited from BindingSource.)
OnDataError
Raises the DataError event.
(Inherited from BindingSource.)
OnDataMemberChanged
Raises the DataMemberChanged event.
(Inherited from BindingSource.)
OnDataSourceChanged
Raises the DataSourceChanged event.
(Inherited from BindingSource.)
OnListChanged
Raises the ListChanged event.
(Inherited from BindingSource.)
OnPositionChanged
Raises the PositionChanged event.
(Inherited from BindingSource.)
Remove
Removes the specified item from the list.
(Inherited from BindingSource.)
RemoveAt
Removes the item at the specified index in the list.
(Inherited from BindingSource.)
RemoveCurrent
Removes the current item from the list.
(Inherited from BindingSource.)
RemoveFilter
Removes the filter associated with the BindingSource.
(Inherited from BindingSource.)
RemoveSort
Removes the sort associated with the BindingSource.
(Inherited from BindingSource.)
ResetAllowNew
Reinitializes the AllowNew property.
(Inherited from BindingSource.)
ResetBindings
Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values.
(Inherited from BindingSource.)
ResetCurrentItem
Causes a control bound to the BindingSource to reread the currently selected item and refresh its displayed value.
(Inherited from BindingSource.)
ResetItem
Causes a control bound to the BindingSource to reread the item at the specified index, and refresh its displayed value.
(Inherited from BindingSource.)
ResumeBinding
Resumes data binding.
(Inherited from BindingSource.)
SuspendBinding
Suspends data binding to prevent changes from updating the bound data source.
(Inherited from BindingSource.)

See Also