Represents an action that changes the schedule and whose effects can be undone.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class Command |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class Command |
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.Command
MindFusion.Scheduling.AddItemCommand
MindFusion.Scheduling.ChangeItemCommand
MindFusion.Scheduling.CompositeCommand
MindFusion.Scheduling.RemoveItemCommand
See Also