Initializes a new instance of the C1BindingSource class
with the specified data source and data member values.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public C1BindingSource( Object dataSource, string dataMember ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ dataSource As Object, _ dataMember As String _ ) |
Parameters
- dataSource
- Type: System..::..Object
The Object object to use as data source.
- dataMember
- Type: System..::..String
The data member name.