Table of Contents

Class PreExecutedCommand

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

An undo command that does nothing on the first Execute() call, because the action was already performed beforehand

public abstract class PreExecutedCommand : FirstExecuteCommand, IUndoCommand
Inheritance
object
PreExecutedCommand
Implements
Derived
Inherited Members
Extension Methods

Methods

OnFirstExecute()

Do nothing on first execute.

protected override sealed void OnFirstExecute()