Initializes the new instance of the CoverElementChunkCollection collection.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public CoverElementChunkCollection(
	CoverElement owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As CoverElement _
)

Parameters

owner
Type: C1.WPF.C1Schedule..::..CoverElement
The owning CoverElement object.

See Also