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

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

    Parameters

    designer
    grid
    See Also