ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Remove Method
The System.Object to remove.

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

    Parameters

    value
    The System.Object to remove.
    See Also