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
)
Public Function GetValue (
parameter As Object
) As TValue
abstract GetValue :
parameter : Object -> 'TValue
override GetValue :
parameter : Object -> 'TValue
Parameters
- parameter
- Type: SystemObject
Command Parameter.
Return Value
Type:
TValueThe value.
Implements
IValueCommandTGetValue(Object)See Also