Click or drag to resize

RelayCommandTExecute Method

Executes the command with the specified parameter.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Execute(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Command argument from the control.

Implements

ICommandExecute(Object)
See Also