BindingList<(Of <(<'BindingListItemType>)>)> Members

The BindingList<(Of <(<'BindingListItemType>)>)> type exposes the following members.

Constructors


  Name Description
Public method BindingList<(Of <(<'BindingListItemType>)>)>

Methods


  Name Description
Public method Add(`0)
Adds an object to the end of the Collection.
(Inherited from Collection.)
Public method AddNew
Adds a new item to the collection.
(Inherited from BindingList.)
Protected method AddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingList.)
Protected method ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)
Sorts the items if overridden in a derived class; otherwise, throws a NotSupportedException.
(Inherited from BindingList.)
Public method CancelNew(System.Int32)
Discards a pending new item.
(Inherited from BindingList.)
Public method Clear
Removes all elements from the Collection.
(Inherited from Collection.)
Protected method ClearItems
Removes all elements from the collection.
(Inherited from BindingList.)
Public method ClearList
Public method Contains(`0)
Determines whether an element is in the Collection.
(Inherited from Collection.)
Public method CopyTo(`0[],System.Int32)
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection.)
Public method DeleteAll
Public method EndNew(System.Int32)
Commits a pending new item to the collection.
(Inherited from BindingList.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the Collection.
(Inherited from Collection.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetItem
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf(`0)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection.
(Inherited from Collection.)
Public method Insert(System.Int32,`0)
Inserts an element into the Collection at the specified index.
(Inherited from Collection.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyItemPropertyChanged
Protected method OnAddingNew(System.ComponentModel.AddingNewEventArgs)
Raises the AddingNew event.
(Inherited from BindingList.)
Protected method OnListChanged(System.ComponentModel.ListChangedEventArgs)
Raises the ListChanged event.
(Inherited from BindingList.)
Public method RegisterJiwaItemAddedListener
Public method RegisterJiwaItemPropertyChangedListener
Public method RegisterJiwaPropertyChangedListener
Public method Remove(`0)
Removes the first occurrence of a specific object from the Collection.
(Inherited from Collection.)
Public method RemoveAt(System.Int32)
Removes the element at the specified index of the Collection.
(Inherited from Collection.)
Protected method RemoveSortCore
Removes any sort applied with ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) if sorting is implemented in a derived class; otherwise, raises NotSupportedException.
(Inherited from BindingList.)
Public method ResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingList.)
Public method ResetItem(System.Int32)
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingList.)
Public method SaveRecords
Protected method SetItem(System.Int32,`0)
Replaces the item at the specified index with the specified item.
(Inherited from BindingList.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property AllowEdit
Public property AllowNew
Public property AllowRemove
Public property ChangeFlag
Public property Count
Gets the number of elements actually contained in the Collection.
(Inherited from Collection.)
Public property DeletedCollection
Public property InDeleteAllMethod
Protected property IsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingList.)
Public property Item(System.Int32)
Gets or sets the element at the specified index.
(Inherited from Collection.)
Protected property Items
Gets a IList wrapper around the Collection.
(Inherited from Collection.)
Public property JiwaItemAddedListenerMethod
Public property JiwaItemAddedListenerObject
Public property JiwaItemPropertyChangedListenerMethod
Public property JiwaItemPropertyChangedListenerObject
Public property JiwaPropertyChangedListenerMethod
Public property JiwaPropertyChangedListenerObject
Public property OwnerObject
Public property RaiseListChangedEvents
Public property Reading
Public property ReadingFromXML
Protected property SortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingList.)
Protected property SortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingList.)
Protected property SupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList.)
Protected property SupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingList.)
Public property Tag

Events


  Name Description
Public event AddingNew
Occurs before an item is added to the list.
(Inherited from BindingList.)
Public event DeletedCollection_ListChanged
Public event ListChanged
Occurs when the list or an item in the list changes.
(Inherited from BindingList.)
Public event PropertyChanged
Public event RemoveItemBefore