Leadtools.Annotations.Core Namespace : AnnObservableCollection<T> Class |
The following tables list the members exposed by AnnObservableCollection<T>.
Name | Description | |
---|---|---|
AnnObservableCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Move | Moves an item to a new index. | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
ToArray | Gets the item of this collection as an array. |
Name | Description | |
---|---|---|
ClearItems | Overridden. Clears the collection. | |
InsertItem | Overridden. Inserts an item into this collection. | |
MoveItem | Moves an item to a new index. | |
OnCollectionChanged | Fores the CollectionChanged event. | |
RemoveItem | Overridden. Remove an item from the collection. | |
SetItem | Overridden. Sets an item in the collection with a new value. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. |