Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / CategoryListForm Class / CategoryListForm Constructor / CategoryListForm Constructor(C1Schedule,CategoryList)
The owning C1.Win.C1Schedule.C1Schedule object.
The C1.C1Schedule.CategoryList list to edit.

In This Topic
    CategoryListForm Constructor(C1Schedule,CategoryList)
    In This Topic
    Initializes a new instance of the CategoryCollectionForm form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal schedule As C1Schedule, _
       ByVal list As CategoryList _
    )
    public CategoryListForm( 
       C1Schedule schedule,
       CategoryList list
    )

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule object.
    list
    The C1.C1Schedule.CategoryList list to edit.
    See Also