Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1BindingSource Class / C1BindingSource Constructor / C1BindingSource Constructor(Object,String)
The System.Object object to use as data source.
The data member name.

In This Topic
    C1BindingSource Constructor(Object,String)
    In This Topic
    Initializes a new instance of the C1BindingSource class with the specified data source and data member values.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dataSource As Object, _
       ByVal dataMember As String _
    )
    public C1BindingSource( 
       object dataSource,
       string dataMember
    )

    Parameters

    dataSource
    The System.Object object to use as data source.
    dataMember
    The data member name.
    See Also