Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElement Class / CoverElement Constructor
The represented data object.

In This Topic
    CoverElement Constructor
    In This Topic
    Initializes a new instance of the CoverElement class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dataObject As Object _
    )
    public CoverElement( 
       object dataObject
    )

    Parameters

    dataObject
    The represented data object.
    See Also