Table of Contents

Class ViewHistoryCommandHandler

Namespace
Gemini.Modules.UndoRedo.Commands
Assembly
Gemini.dll
[CommandHandler]
public class ViewHistoryCommandHandler : CommandHandlerBase<ViewHistoryCommandDefinition>, ICommandHandler<ViewHistoryCommandDefinition>, ICommandHandler
Inheritance
ViewHistoryCommandHandler
Implements
Inherited Members

Constructors

ViewHistoryCommandHandler(IShell)

[ImportingConstructor]
public ViewHistoryCommandHandler(IShell shell)

Parameters

shell IShell

Methods

Run(Command)

Runs the command.

public override Task Run(Command command)

Parameters

command Command

Associated command.

Returns

Task

A task that represents the command execution.