BindingList<(Of <(<'BindingListItemType>)>)> Members
The BindingList<(Of <(<'BindingListItemType>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(`0) |
Adds an object to the end of the Collection. (Inherited from Collection.) |
|
AddNew |
Adds a new item to the collection. (Inherited from BindingList.) |
|
AddNewCore |
Adds a new item to the end of the collection. (Inherited from BindingList.) |
|
ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) |
Sorts the items if overridden in a derived class; otherwise, throws a NotSupportedException. (Inherited from BindingList.) |
|
CancelNew(System.Int32) |
Discards a pending new item. (Inherited from BindingList.) |
|
Clear |
Removes all elements from the Collection. (Inherited from Collection.) |
|
ClearItems |
Removes all elements from the collection. (Inherited from BindingList.) |
|
ClearList | ||
Contains(`0) |
Determines whether an element is in the Collection. (Inherited from Collection.) |
|
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.) |
|
DeleteAll | ||
EndNew(System.Int32) |
Commits a pending new item to the collection. (Inherited from BindingList.) |
|
Equals(System.Object) | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the Collection. (Inherited from Collection.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetItem | ||
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
IndexOf(`0) |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from Collection.) |
|
Insert(System.Int32,`0) |
Inserts an element into the Collection at the specified index. (Inherited from Collection.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
NotifyItemPropertyChanged | ||
OnAddingNew(System.ComponentModel.AddingNewEventArgs) |
Raises the AddingNew event. (Inherited from BindingList.) |
|
OnListChanged(System.ComponentModel.ListChangedEventArgs) |
Raises the ListChanged event. (Inherited from BindingList.) |
|
RegisterJiwaItemAddedListener | ||
RegisterJiwaItemPropertyChangedListener | ||
RegisterJiwaPropertyChangedListener | ||
Remove(`0) |
Removes the first occurrence of a specific object from the Collection. (Inherited from Collection.) |
|
RemoveAt(System.Int32) |
Removes the element at the specified index of the Collection. (Inherited from Collection.) |
|
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.) |
|
ResetBindings |
Raises a ListChanged event of type Reset. (Inherited from BindingList.) |
|
ResetItem(System.Int32) |
Raises a ListChanged event of type ItemChanged for the item at the specified position. (Inherited from BindingList.) |
|
SaveRecords | ||
SetItem(System.Int32,`0) |
Replaces the item at the specified index with the specified item. (Inherited from BindingList.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AllowEdit | ||
AllowNew | ||
AllowRemove | ||
ChangeFlag | ||
Count |
Gets the number of elements actually contained in the Collection. (Inherited from Collection.) |
|
DeletedCollection | ||
InDeleteAllMethod | ||
IsSortedCore |
Gets a value indicating whether the list is sorted. (Inherited from BindingList.) |
|
Item(System.Int32) |
Gets or sets the element at the specified index. (Inherited from Collection.) |
|
Items |
Gets a IList wrapper around the Collection. (Inherited from Collection.) |
|
JiwaItemAddedListenerMethod | ||
JiwaItemAddedListenerObject | ||
JiwaItemPropertyChangedListenerMethod | ||
JiwaItemPropertyChangedListenerObject | ||
JiwaPropertyChangedListenerMethod | ||
JiwaPropertyChangedListenerObject | ||
OwnerObject | ||
RaiseListChangedEvents | ||
Reading | ||
ReadingFromXML | ||
SortDirectionCore |
Gets the direction the list is sorted. (Inherited from BindingList.) |
|
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.) |
|
SupportsChangeNotificationCore |
Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingList.) |
|
SupportsSortingCore |
Gets a value indicating whether the list supports sorting. (Inherited from BindingList.) |
|
Tag |
Events
Name | Description | |
---|---|---|
AddingNew |
Occurs before an item is added to the list. (Inherited from BindingList.) |
|
DeletedCollection_ListChanged | ||
ListChanged |
Occurs when the list or an item in the list changes. (Inherited from BindingList.) |
|
PropertyChanged | ||
RemoveItemBefore |