InterfaceICommand
Interface
Describes and undo redo unit of work.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface ICommand
Properties
Methods
CanExecute(object)
Returns boolean value indicating whether the Command can be executed or not.
Execute(object)
Executes an undoable action.
Undo(object)
Unwinds an undoable action.