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
)
Function GetValue (
parameter As Object
) As T
abstract GetValue :
parameter : Object -> 'T
Parameters
- parameter
- Type: SystemObject
CommandParameter from the control/widget.
Return Value
Type:
TThe value.
Remarks
This is typically called by the control when the
ValueChanged event is raised.
See Also