Share via


ModelingBindingSource.Remove(Object) Method

Definition

Removes the specified item from the list.

public:
 override void Remove(System::Object ^ value);
public override void Remove (object value);
override this.Remove : obj -> unit
Public Overrides Sub Remove (value As Object)

Parameters

value
Object

The item to remove from the list represented by the System.Windows.Forms.BindingSource.List property.

Exceptions

Occurs if the AllowRemove flag is set to false.

Applies to