ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventCollection Class / C1EventCollection Constructor
The events calendar storage object.

In This Topic
    C1EventCollection Constructor
    In This Topic
    Initializes a new instance of the C1EventCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal storage As C1EventsCalendarStorage _
    )
    public C1EventCollection( 
       C1EventsCalendarStorage storage
    )

    Parameters

    storage
    The events calendar storage object.
    See Also