Initializes a new instance of the AddItemCommand class.
Namespace: MindFusion.SchedulingAssembly: MindFusion.Scheduling
public AddItemCommand ( Schedule schedule, Item item, int index)
Public New ( _ schedule As Schedule, _ item As Item, _ index As Integer _)
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 Items collection.
AddItemCommand ClassMindFusion.Scheduling Namespace