Undoable group action.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class UngroupUndoableCommand : GraphCommandBase, ICommand
Inheritance: objectGraphCommandBaseUngroupUndoableCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the UngroupUndoableCommand class.
C#
public UngroupUndoableCommand(IGroupService service, IGroup[] groups)
The service.
groupsIGroup[]The groups.
Methods
Executes the specified state.
Executes and undoable action.
C#
public override void Redo()
Overrides:
Unwinds an undoable action.