MindFusion.Scheduling for Silverlight Programmer's Guide
ItemSelection.Remove Method
See Also
 





Removes the specified item from the selection.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public void Remove (
    Item item
)

Visual Basic  Copy Code

Public Sub Remove ( _
    item As Item _
)

 Parameters

item
The Item instance to be removed from the selection.

 See Also

ItemSelection Members
ItemSelection Class
MindFusion.Scheduling.Silverlight Namespace