[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementChunkCollection

CoverElementChunkCollection Class

The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.

Inheritance
C1ObservableCollection<CoverElementChunk>
CoverElementChunkCollection
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
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

Constructors

Name Description
CoverElementChunkCollection(CoverElement)

Initializes the new instance of the CoverElementChunkCollection collection.

Properties

Name Description
Owner

Gets the owning CoverElement object.

Methods

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.