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 RemoveItemAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveItemAt ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
Zero-based index to remove the item from.

See Also