Click or drag to resize
Wizard .NET Library

EventedListTRemove Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public bool Remove(
	T item
)
Request Example View Source

Parameters

item
Type: T
The object to remove from the EventedListT.

Return Value

Type: Boolean
true if item was successfully removed from the EventedListT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.
Exceptions
See Also