Click or drag to resize

IndirectBindingTGetValue Method

Gets the value from the specified object using this binding

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public T GetValue(
	Object dataItem
)

Parameters

dataItem
Type: SystemObject
object to retrieve the value from

Return Value

Type: T
value from the specified object

Implements

IIndirectBindingTGetValue(Object)
Remarks
When values are needed from this binding, this method will be called. Implementors of this binding would implement logic in InternalGetValue(Object)
See Also