Search
RemoveItemCommand Constructor
See Also
 






Initializes a new instance of the RemoveItemCommand class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RemoveItemCommand (
    Diagram diagram,
    DiagramItem item
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram, _
    item As DiagramItem _
)

 Parameters

diagram

A Diagram from which the item is removed.

item

A DiagramItem that should be removed from the Diagram.

 See Also