Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
The following tables list the members exposed by ContentElementCollection<T>.
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 in the collection. | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Clears the items from the collection. | |
InsertItem | Overridden. Inserts an item in the collection. | |
MoveItem | Moves an item in the collection. | |
OnCollectionChanged | Raises the CollectionChanged event using the specified NotifyCollectionChangedEventArgs. | |
OnItemAdded | Invoked after an item is added. | |
OnItemAdding | Invoked before an item is added. | |
OnItemRemoved | Invoked after an item is removed. | |
OnItemRemoving | Invoked before an item is removed. | |
OnPropertyChanged | Raises the PropertyChanged event using the specified PropertyChangedEventArgs. | |
RemoveItem | Overridden. Removes an item from the collection. | |
SetItem | Overridden. |
Name | Description | |
---|---|---|
CollectionChanged | Raised when a change occurs in the collection. | |
PropertyChanged | Raised when the value of a property is changed. |