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