Class UngroupUndoableCommand
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 UngroupUndoableCommand : GraphCommandBase, ICommand
Constructors
UngroupUndoableCommand(IGroupService, IGroup[])
Initializes a new instance of the UngroupUndoableCommand class.
Declaration
public UngroupUndoableCommand(IGroupService service, IGroup[] groups)
Parameters
IGroupService
service
The service. |
IGroup[]
groups
The groups. |
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
|