Method Execute
Execute(object?)
Defines the method that should be executed when the command is executed.
public virtual void Execute(object? parameter)
Parameters
parameter
objectA parameter that may be used in executing the command. This parameter may be ignored by some implementations.