IndirectBindingTInternalGetValue 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 abstract T InternalGetValue(
Object dataItem
)
Protected MustOverride Function InternalGetValue (
dataItem As Object
) As T
abstract InternalGetValue :
dataItem : Object -> 'T
Parameters
- dataItem
- Type: SystemObject
object to get the value from
Return Value
Type:
Tvalue 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