Search
RemoveItemCommand Constructor
See Also
 






Initializes a new instance of the RemoveItemCommand class.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public RemoveItemCommand (
    Schedule schedule,
    Item item,
    int index
)

 Parameters

schedule

The Schedule from which the item is removed.

item

The Item that should be removed from the schedule.

index

The index of the item being removed.

 See Also