ControlBindingsCollection.RemoveCore(Binding) Method

Definition

Removes the specified binding from the collection.

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

Parameters

dataBinding
Binding

The Binding to remove from the collection.

Exceptions

The binding belongs to another ControlBindingsCollection.

Applies to