BCGControlBar Library for .NET
Remove Method (CollectionWithEvents)




The object to remove from the CollectionWithEvents.

Removes the first occurrance of the specific object from the CollectionWithEvents object.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As CollectionWithEvents
Dim value As Object
 
instance.Remove(value)
public void Remove( 
   object value
)
public: void Remove( 
   Object* value
) 
public:
void Remove( 
   Object^ value
) 

Parameters

value

The object to remove from the CollectionWithEvents.

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

CollectionWithEvents Class
CollectionWithEvents Members

Send Feedback