Initializes a new instance of the RemoveGroupCmd class.
Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RemoveGroupCmd ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
RemarksInstances 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