AsyncCommandICommandExecute Method |
Defines the method to be called when the command is invoked.
Namespace: RAYLASE.Marker.GUI.Common.InteractivityAssembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntaxvoid ICommand.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 .
Implements
ICommandExecute(Object)
See Also