Initializes a new instance of the RemoveItemCommand class.
Namespace: com.mindfusion.scheduling.modelPackage: com.mindfusion.scheduling.model
public RemoveItemCommand ( Schedule schedule, Item item, int index)
The Schedule from which the item is removed.
The Item that should be removed from the schedule.
The index of the item being removed.
RemoveItemCommand Classcom.mindfusion.scheduling.model Namespace