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
)
Protected Overrides Function InternalGetValue (
dataItem As Object
) As TValue
abstract InternalGetValue :
dataItem : Object -> 'TValue
override InternalGetValue :
dataItem : Object -> 'TValue
Parameters
- dataItem
- Type: SystemObject
object to get the value from
Return Value
Type:
TValuevalue 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