Search
RemoveItemCommand Constructor
See Also
 





Initializes a new instance of the RemoveItemCommand class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public RemoveItemCommand (
    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 from which the item is removed.
item
The Item that should be removed from the schedule.
index

The index of the item being removed.

 See Also