Implements creation of new diagram items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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.Diagramming.Command
MindFusion.Diagramming.AddItemCommand
See Also