BindingsCollection.Remove(Binding) Method

Definition

Deletes the specified binding from the collection.

protected public:
 void Remove(System::Windows::Forms::Binding ^ binding);
protected internal void Remove (System.Windows.Forms.Binding binding);
member this.Remove : System.Windows.Forms.Binding -> unit
Protected Friend Sub Remove (binding As Binding)

Parameters

binding
Binding

The Binding to remove from the collection.

Applies to

See also