The members of System.ComponentModel.BindingList<T> are listed below.
See Also: Inherited members from System.Collections.ObjectModel.Collection<T>
Initializes a new instance of the System.ComponentModel.BindingList`1 class using default values. | ||
Documentation for this section has not yet been entered. |
AllowEdit | bool.
Gets or sets a value indicating whether items in the list can be edited. | |
AllowNew | bool.
Gets or sets a value indicating whether you can add items to the list using the BindingList`1.AddNew method. | |
AllowRemove | bool.
Gets or sets a value indicating whether you can remove items from the collection. | |
RaiseListChangedEvents | bool.
Gets or sets a value indicating whether adding or removing items within the list raises BindingList`1.ListChanged events. |
[read-only] | IsSortedCore | bool.
Gets a value indicating whether the list is sorted. |
[read-only] | SortDirectionCore | ListSortDirection.
Gets the direction the list is sorted. |
[read-only] | SortPropertyCore | PropertyDescriptor.
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. |
[read-only] | SupportsChangeNotificationCore | bool.
Gets a value indicating whether BindingList`1.ListChanged events are enabled. |
[read-only] | SupportsSearchingCore | bool.
Gets a value indicating whether the list supports searching. |
[read-only] | SupportsSortingCore | bool.
Gets a value indicating whether the list supports sorting. |
AddNew()
| ||
CancelNew(int)
| ||
EndNew(int)
| ||
ResetBindings()
| ||
ResetItem(int)
|
AddNewCore()
| ||
ApplySortCore(PropertyDescriptor, ListSortDirection)
| ||
override | ClearItems()
| |
FindCore(PropertyDescriptor, object)
| ||
override | InsertItem(int, T)Documentation for this section has not yet been entered. | |
OnAddingNew(AddingNewEventArgs)
| ||
OnListChanged(ListChangedEventArgs)
| ||
override | RemoveItem(int)
| |
RemoveSortCore()
| ||
override | SetItem(int, T)Documentation for this section has not yet been entered. |
AddingNew |
Occurs before an item is added to the list. | |
ListChanged |
Occurs when the list or an item in the list changes. |