\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListActionListBase Class / C1ListActionListBase Constructor

In This Topic
    C1ListActionListBase Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal relatedDesigner As C1ListDesigner, _
       ByVal grid As C1List _
    )
    public C1ListActionListBase( 
       C1ListDesigner relatedDesigner,
       C1List grid
    )

    Parameters

    relatedDesigner
    grid
    See Also