[]
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
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. |