C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OwnedFastListBase Class / Remove Method
The element to remove.

In This Topic
Remove Method (OwnedFastListBase)
In This Topic
Removes the specified element from the current list.
Syntax
'Declaration
 
Protected Sub Remove( _
   ByVal obj As Object _
) 
 

Parameters

obj
The element to remove.
See Also