Click or drag to resize

AsyncCommandICommandExecute Method

Defines the method to be called when the command is invoked.

Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
void 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