ICommand.Execute

ICommand.Execute method

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

public ICommand Execute()

Return Value

Returns next command to execute. By default returns itself.

See Also