Intersoft ClientUI Documentation
Remove Method
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : Remove Method






item
The item to remove.
Removes the specified item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim item As Object
 
instance.Remove(item)
C# 
public void Remove( 
   object item
)
Delphi 
public procedure Remove( 
    item: TObject
); 
JScript 
public function Remove( 
   item : Object
);
Managed Extensions for C++ 
public: void Remove( 
   Object* item
) 
C++/CLI 
public:
void Remove( 
   Object^ item
) 

Parameters

item
The item to remove.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.