Implements creation of new schedule items.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public class AddItemCommand : Command |
Visual Basic
Copy Code
|
|---|
Public Class AddItemCommand |
RemarksThe control automatically creates instances of this class when items are added either interactively or from code.
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.Command
MindFusion.Scheduling.AddItemCommand
See Also