C#
VB
C++
Removes the first occurrence of a specific object from the ListWithEvents<T>.
public bool Remove(
T item
)
public:
bool Remove(
_T^_ item
)
item
The object to remove from the ListWithEvents<T>. The value can be null for reference types.
true if item is successfully removed; otherwise, it is false.
This method also returns false if item was not found in the ListWithEvents<T>
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET