The ThreadSafeBindingList<(Of <(<'T>)>)> generic type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Adds an item to the IList.
Public methodAdd(T)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public methodAddIndex
Adds the PropertyDescriptor to the indexes used for searching.
Public methodAddNew
Adds a new item to the list.
Public methodApplySort
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
Public methodCancelNew
Discards a pending new item from the collection.
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public methodContains(Object)
Determines whether the IList contains a specific value.
Public methodContains(T)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public methodCopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodCopyTo(array<T>[]()[][], Int32)
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
Public methodEndNew
Commits a pending new item to the collection.
Public methodFind
Returns the index of the row that has the given PropertyDescriptor.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodIndexOf(Object)
Determines the index of a specific item in the IList.
Public methodIndexOf(T)
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Public methodInsert(Int32, Object)
Inserts an item to the IList at the specified index.
Public methodInsert(Int32, T)
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
Public methodRemove(Object)
Removes the first occurrence of a specific object from the IList.
Public methodRemove(T)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Public methodRemoveIndex
Removes the PropertyDescriptor from the indexes used for searching.
Public methodRemoveSort
Removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection).

See Also