[]
The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.
public class CoverElementChunkCollection : C1ObservableCollection<CoverElementChunk>, IList<CoverElementChunk>, ICollection<CoverElementChunk>, IList, ICollection, IReadOnlyList<CoverElementChunk>, IReadOnlyCollection<CoverElementChunk>, IEnumerable<CoverElementChunk>, IEnumerable, INotifyCollectionChanged
Public Class CoverElementChunkCollection
Inherits C1ObservableCollection(Of CoverElementChunk)
Implements IList(Of CoverElementChunk), ICollection(Of CoverElementChunk), IList, ICollection, IReadOnlyList(Of CoverElementChunk), IReadOnlyCollection(Of CoverElementChunk), IEnumerable(Of CoverElementChunk), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| CoverElementChunkCollection(CoverElement) | Initializes the new instance of the CoverElementChunkCollection collection. |
| Name | Description |
|---|---|
| Owner | Gets the owning CoverElement object. |
| Name | Description |
|---|---|
| ClearItems() | Overrides the default behavior. |
| InsertItem(int, CoverElementChunk) | Overrides the default behavior. |
| RemoveItem(int) | Overrides the default behavior. |
| SetItem(int, CoverElementChunk) | Overrides the default behavior. |