Click or drag to resize

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
)

Parameters

dataItem
Type: SystemObject
object to set the value to
value
Type: T
value to set to the object

Implements

IIndirectBindingTSetValue(Object, T)
Remarks
This is called to set the value to the object. Implementors of this binding woulc implement logic in InternalSetValue(Object, T).
See Also