SortableBindingList(T) overview
![]() |
Overloaded. Initializes a new instance of the SortableBindingList(T) class. |
![]() | Gets or sets a value indicating whether items in the list can be edited. |
![]() | Gets or sets a value indicating whether you can add items to the list using the AddNew method. |
![]() | Gets or sets a value indicating whether you can remove items from the collection. |
![]() | Gets the number of elements actually contained in the Collection`1. |
![]() | Gets or sets the element at the specified index. |
![]() | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. |
![]() | Adds an object to the end of the Collection`1. |
![]() | Adds a new item to the collection. |
![]() | Discards a pending new item. |
![]() | Removes all elements from the Collection`1. |
![]() | Determines whether an element is in the Collection`1. |
![]() | Copies the entire Collection`1 to a compatible one-dimensional Array, starting at the specified index of the target array. |
![]() | Commits a pending new item to the collection. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns an enumerator that iterates through the Collection`1. |
![]() | Serves as a hash function for a particular type. |
![]() | Gets the Type of the current instance. |
![]() | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection`1. |
![]() | Inserts an element into the Collection`1 at the specified index. |
![]() | Removes the first occurrence of a specific object from the Collection`1. |
![]() | Removes the element at the specified index of the Collection`1. |
![]() | Raises a ListChanged event of type Reset. |
![]() | Raises a ListChanged event of type ItemChanged for the item at the specified position. |
![]() | Returns a String that represents the current Object. |
![]() | Occurs before an item is added to the list. |
![]() | Occurs when the list or an item in the list changes. |
![]() | |
![]() | Gets a IList`1 wrapper around the Collection`1. |
![]() | |
![]() | |
![]() | Gets a value indicating whether ListChanged events are enabled. |
![]() | Gets a value indicating whether the list supports searching. |
![]() |
![]() | Adds a new item to the end of the collection. |
![]() | |
![]() | Removes all elements from the collection. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException. |
![]() | Inserts the specified item in the list at the specified index. |
![]() | Creates a shallow copy of the current Object. |
![]() | Raises the AddingNew event. |
![]() | Raises the ListChanged event. |
![]() | Removes the item at the specified index. |
![]() | |
![]() | Replaces the item at the specified index with the specified item. |