Click or drag to resize

ActionCommand Constructor

Initializes a new instance of the ActionCommand class

Namespace: Flex.Hal.Term
Assembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax
public ActionCommand(
	RoutedCommand command
)

Parameters

command  RoutedCommand
TermCommands command to perform.
See Also