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