Class GroupUndoableCommand
Undoable group action.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class GroupUndoableCommand : GraphCommandBase, ICommand
Constructors
GroupUndoableCommand(IGroupService, String, IGroupable[])
Initializes a new instance of the GroupUndoableCommand class.
Declaration
public GroupUndoableCommand(IGroupService service, string groupName, IGroupable[] items)
Parameters
IGroupService
service
The service. |
System.String
groupName
Name of the group. |
IGroupable[]
items
The items. |
Properties
Group
Methods
Execute(Object)
Executes the specified state.
Declaration
public override void Execute(object state = null)
Parameters
System.Object
state
|
Overrides
Redo()
Executes and undoable action.
Declaration
public override void Redo()
Overrides
Undo(Object)
Unwinds an undoable action.
Declaration
public override void Undo(object state = null)
Parameters
System.Object
state
|