MindFusion.Wpf Pack Programmer's Guide
ChangeItemCommand Constructor
See Also
 





Initializes a new instance of the ChangeItemCommand class.

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

 Syntax

C#  Copy Code

public ChangeItemCommand (
    Schedule schedule,
    Item item
)

Visual Basic  Copy Code

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

 Parameters

schedule
The Schedule whose item is changed.
item
The Item that will be modified.

 See Also

ChangeItemCommand Class
MindFusion.Scheduling Namespace