Scheduler for WinRT
Remove Method (C1BindingSource)


The System.Object to remove.
Removes the specified item from the list.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As C1BindingSource
Dim value As Object
 
instance.Remove(value)
public virtual void Remove( 
   object value
)

Parameters

value
The System.Object to remove.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.