ControlBindingsCollection.AddCore(Binding) Method

Definition

Adds a binding to the collection.

protected:
 override void AddCore(System::Windows::Forms::Binding ^ dataBinding);
protected override void AddCore (System.Windows.Forms.Binding dataBinding);
override this.AddCore : System.Windows.Forms.Binding -> unit
Protected Overrides Sub AddCore (dataBinding As Binding)

Parameters

dataBinding
Binding

The Binding to add.

Applies to