RelayCommandTExecute Method |
Defines the method to be called when the command is invoked.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Execute(
Object? parameter
)
Parameters
- parameter Object
- Data used by the command. If the command does not require data to be passed, this object can be set to null.
Implements
ICommandExecute(Object)See Also