Adds the binding to the collection. An ArgumentNullException is thrown if this binding is null. An exception is thrown if a binding to the same target and Property as an existing binding or if the binding's column isn't a valid column given this DataSource.Table's schema. Fires the CollectionChangedEvent.
[Visual Basic] Overloads Public Sub Add( _ ByVal binding As ListBinding _ ) [C#] public void Add( ListBinding binding ); [C++] public: void Add( ListBinding* binding ); [JScript] public function Add( binding : ListBinding );
ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace | ControlBindingsCollection.Add Overload List