Class
ApplyStateUndoRedoCommand

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class ApplyStateUndoRedoCommand : IUndoRedoCommand

Inheritance: objectApplyStateUndoRedoCommand

Implements: IUndoRedoCommand

Constructors

ApplyStateUndoRedoCommand(IStateProvider, object)

Declaration

cs-api-definition
public ApplyStateUndoRedoCommand(IStateProvider target, object originalState)

Parameters

target

IStateProvider

originalState

object

Methods

Execute()

Declaration

cs-api-definition
public void Execute()

Implements IUndoRedoCommand.Execute()

Undo()

Declaration

cs-api-definition
public void Undo()

Implements IUndoRedoCommand.Undo()