ClassGroupUndoableCommand
Class
Undoable group action.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class GroupUndoableCommand : GraphCommandBase, ICommand
Inheritance: objectGraphCommandBaseGroupUndoableCommand
Implements:
Inherited Members
Constructors
GroupUndoableCommand(IGroupService, string, IGroupable[])
Initializes a new instance of the GroupUndoableCommand class.
Declaration
cs-api-definition
public GroupUndoableCommand(IGroupService service, string groupName, IGroupable[] items)
Parameters
service
The service.
groupName
Name of the group.
items
The items.
Properties
Methods
Execute(object)
Executes the specified state.
Declaration
cs-api-definition
public override void Execute(object state = null)
Parameters
state
Overrides
Redo()
Executes and undoable action.
Declaration
cs-api-definition
public override void Redo()
Overrides
Undo(object)
Unwinds an undoable action.
Declaration
cs-api-definition
public override void Undo(object state = null)
Parameters
state
Overrides