GraphCommandBase
Class
Base implementation of the ICommand undo redo interface.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public abstract class GraphCommandBase : ICommand
Inheritance: objectGraphCommandBase
Derived Classes:
Implements:
Constructors
Initializes a new instance of the GraphCommandBase class.
C#
protected GraphCommandBase(string name, IDiagramItem diagramItem)
The name.
diagramItemIDiagramItemThe graph item.
Initializes a new instance of the GraphCommandBase class.
Properties
Gets the graph item.
C#
public IDiagramItem DiagramItem { get; }
Methods
Executes the specified state.
Executes and undoable action.
C#
public abstract void Redo()
Implements:
Unwinds an undoable action.