Click or drag to resize

IndirectBindingTInternalSetValue Method

Implements the logic to set the value to the specified object

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected abstract void InternalSetValue(
	Object dataItem,
	T value
)

Parameters

dataItem
Type: SystemObject
object to set the value to
value
Type: T
value to set on the dataItem for this binding
See Also