PostSharpAPI ReferencePost­Sharp.​Patterns.​Model.​ControlsUndo­Redo­Command­BaseExecute
Open sandboxFocus

UndoRedoCommandBase.Execute Method

Execute(Object)

Defines the method to be called when the command is invoked.

Declaration
public void Execute(object parameter)
Parameters
Type Name Description
Object parameter

Data used by the command. If the command does not require data to be passed, this object can be set to null.