Click or drag to resize

RelayValueCommandTParameter, TValueGetValue Method

Gets the value.

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

Parameters

parameter
Type: SystemObject
Command Parameter.

Return Value

Type: TValue
The value.

Implements

IValueCommandTGetValue(Object)
See Also