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