Search
ItemSelection.Remove Method
See Also
 






Removes the specified item from the selection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 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