GroupUndoableCommand
Class
Undoable group action.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class GroupUndoableCommand : GraphCommandBase, ICommand
Inheritance: objectGraphCommandBaseGroupUndoableCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the GroupUndoableCommand class.
C#
public GroupUndoableCommand(IGroupService service, string groupName, IGroupable[] items)
The service.
groupNamestringName of the group.
itemsIGroupable[]The items.
Properties
Methods
Executes the specified state.
Executes and undoable action.
C#
public override void Redo()
Overrides:
Unwinds an undoable action.