Initializes a new instance of the AddItemCommand class.
Namespace: com.mindfusion.scheduling.modelPackage: com.mindfusion.scheduling.model
public AddItemCommand ( Schedule schedule, Item item, int index)
The Schedule to which the new item is added.
The new Item that should be added to the schedule.
The position of the item within the item list.
AddItemCommand Classcom.mindfusion.scheduling.model Namespace