The following tables list the members exposed by ObservableCollectionExtendedWithUndo<T>.
Name | Description | |
---|---|---|
ObservableCollectionExtendedWithUndo<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IsUpdating | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
UndoManager | Returns the UndoManager with which the collection change operations should be recorded for undo. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
NotifyItemsChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
AddRange | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
BeginUpdate | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
BinarySearch | Overloaded. (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
EndUpdate | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
InsertRange | Overridden. Inserts the elements of a collection into the collection at the specified index. | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) | |
ReInitialize | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveRange | Overridden. Removes a contiguous block of items from the collection. |
Name | Description | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) | |
ClearItems | Overridden. Removes all the items from the collection. | |
InsertItem | Overridden. Inserts a new item at the specified index in the collection. | |
MoveItem | Overridden. Moves an item from one index in the collection to a new location. | |
OnBeginUpdate | Overridden. Invoked when BeginUpdate is first called and Infragistics.Collections.ObservableCollectionExtended`1.IsUpdating becomes true. | |
OnCollectionChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
OnEndUpdate | Overridden. Invoked when EndUpdate is called and Infragistics.Collections.ObservableCollectionExtended`1.IsUpdating becomes false. | |
OnItemAdded | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
OnItemAdding | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
OnItemPropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
OnItemRemoving | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
OnPropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) | |
RemoveItem | Overridden. Removes an item at the specified index. | |
SetItem | Overridden. Replaces an item at the specified index in the collection |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) | |
ItemPropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<T>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) |