MindFusion WinForms Programmer's Guide
IItemFactory.RemoveItem Method
See Also
 





Removes an item from the specified collection.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

void RemoveItem (
    IList items,
    Object item
)

Visual Basic  Copy Code

Sub RemoveItem( _
    items As IList, _
    item As Object _
)

 Parameters

items

The collection from which the item should be removed.

item

The item that should be removed.

 See Also

IItemFactory Members
IItemFactory Interface
MindFusion.DataBinding Namespace