Search
AddItemCommand Constructor
See Also
 






Initializes a new instance of the AddItemCommand class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule, _
    item As Item, _
    index As Integer _
)

 Parameters

schedule

The Schedule to which the new item is added.

item

The new Item that should be added to the schedule.

index

The position of the item within the Items collection.

 See Also