IndirectBindingTSetValue 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 public void SetValue(
Object dataItem,
T value
)
Public Sub SetValue (
dataItem As Object,
value As T
)
abstract SetValue :
dataItem : Object *
value : 'T -> unit
override 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
Implements
IIndirectBindingTSetValue(Object, T)Remarks See Also