Table of Contents

Interface IUndoCommand

Namespace
NanoByte.Common.Undo
Assembly
NanoByte.Common.dll

A executable command with an undo function.

public interface IUndoCommand
Extension Methods

Methods

Execute()

Performs the desired action.

void Execute()

Undo()

Undoes changes made by Execute().

void Undo()