Delegates removing of an item from the bound managed item collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public void RemoveItem(
	Object item
)
Visual Basic (Declaration)
Public Sub RemoveItem ( _
	item As Object _
)

Parameters

item
Type: System..::.Object
The item to remove.

See Also