Implements creation of new diagram items.
Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class AddItemCmd : Command |
Visual Basic
Copy Code
|
|---|
Public Class AddItemCmd |
RemarksInstances of this class are implicitly created by WpfDiagram in response to users drawing new items or to programmatically calling the Add method of the diagram's Nodes or Links collections. References to those instances are passed to handlers of the ActionRecorded, ActionUndone and ActionRedone events.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.Commands.Command
MindFusion.Diagramming.Wpf.Commands.AddItemCmd
See Also