Click or drag to resize

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
)

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