ModelingBindingSource.Remove(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.