Method Execute
Execute(object?)
Executes the RelayCommand on the current command target.
Declaration
public void Execute(object? parameter)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | parameter | Data used by the command.  | 
    
Implements
Execute()
Defines the method to be called when the command is invoked.
Declaration
public void Execute()