ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / Event Class / Event Constructor / Event Constructor(Hashtable)

In This Topic
    Event Constructor(Hashtable)
    In This Topic
    Initializes a new instance of the Event class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ht As System.Collections.Hashtable _
    )
    public Event( 
       System.Collections.Hashtable ht
    )

    Parameters

    ht
    See Also