MindFusion.Scheduling for Silverlight Programmer's Guide
AddItemCommand Constructor
See Also
 





Initializes a new instance of the AddItemCommand class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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

AddItemCommand Class
MindFusion.Scheduling Namespace