DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / C1BindingListDataCollection Constructor
The binding list.

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

    Parameters

    bindingList
    The binding list.
    See Also