BindingContext::AddCore Method (Object^, BindingManagerBase^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds the BindingManagerBase associated with a specific data source to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataSource
-
Type:
System::Object^
The object associated with the BindingManagerBase.
- listManager
-
Type:
System.Windows.Forms::BindingManagerBase^
The BindingManagerBase to add.
| Exception | Condition |
|---|---|
| ArgumentNullException | dataSource is null. -or- listManager is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: