IValueCommandTSetValue Method |
Sets the value in the command from the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetValue(
Object parameter,
T value
)
Sub SetValue (
parameter As Object,
value As T
)
abstract SetValue :
parameter : Object *
value : 'T -> unit
Parameters
- parameter
- Type: SystemObject
CommandParameter from the control/widget. - value
- Type: T
Value to set to.
Remarks
This is typically invoked when the control has updated its value.
See Also