IIndirectBindingTSetValue Method |
Sets the specified value to an object using this binding
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetValue(
Object dataItem,
T value
)
Sub SetValue (
dataItem As Object,
value As T
)
abstract SetValue :
dataItem : Object *
value : 'T -> unit
Parameters
- dataItem
- Type: SystemObject
object to set the value to - value
- Type: T
value to set to the object
Remarks
This is called to set the value to the object.
See Also