[]
Initializes a new instance of the C1BindingSource class.
public C1BindingSource()
Public Sub New()
Initializes a new instance of the C1BindingSource class with the specified data source and data member values.
public C1BindingSource(object dataSource, string dataMember)
Public Sub New(dataSource As Object, dataMember As String)
| Type | Name | Description |
|---|---|---|
| object | dataSource | The object object to use as data source. |
| string | dataMember | The data member name. |