Click or drag to resize

DelegateBindingT, TValueInternalGetValue Method

Implements the logic to get the value from the specified object

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override TValue InternalGetValue(
	Object dataItem
)

Parameters

dataItem
Type: SystemObject
object to get the value from

Return Value

Type: TValue
value from this binding of the specified object
Remarks
Implementors of this binding must implement this method to get the value from the specified object
See Also