C1.Web.Wijmo.Controls.45 Assembly / 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 System.Object, _
   ByVal dataMember As System.String _
)
 

Parameters

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