Class PreExecutedCommand
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
-
objectPreExecutedCommand
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
OnFirstExecute()
Do nothing on first execute.
protected override sealed void OnFirstExecute()