Remove Method (C1BindingSource)
In This Topic
Removes the specified item from the list.
Syntax
'Declaration
Public Overridable Sub Remove( _
ByVal As Object _
)
public virtual void Remove(
object
)
Parameters
- value
- The System.Object to remove.
See Also