Click or drag to resize

IValueCommandTGetValue Method

Gets the current value in the command.

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

Parameters

parameter
Type: SystemObject
CommandParameter from the control/widget.

Return Value

Type: T
The value.
Remarks
This is typically called by the control when the ValueChanged event is raised.
See Also