BindingsCollection.RemoveCore(Binding) Method

Definition

Removes the specified Binding from the collection.

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

Parameters

dataBinding
Binding

The Binding to remove.

Applies to