Search
RemoveGroupCmd Constructor
See Also
 





Initializes a new instance of the RemoveGroupCmd class.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RemoveGroupCmd (
    DiagramItem item,
    Group group
)

Visual Basic  Copy Code

Public New ( _
    item As DiagramItem, _
    group As Group _
)

 Parameters

item

group

 Remarks

Instances of this class are implicitly created when groups are destroyed. References to those instances are passed to handlers of the ActionRecorded, ActionUndone and ActionRedone events.

 See Also