MindFusion.Wpf Pack Programmer's Guide
ItemCollection.Remove Method
See Also
 





Removes the first occurrence of the specified item from this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void Remove (
    Item item
)

Visual Basic  Copy Code

Public Sub Remove ( _
    item As Item _
)

 Parameters

item
An instance of the Item class, which must be removed from the collection.

 See Also

ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace