IIndirectBindingTGetValue 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 T GetValue(
Object dataItem
)
Function GetValue (
dataItem As Object
) As T
abstract GetValue :
dataItem : Object -> 'T
Parameters
- dataItem
- Type: SystemObject
object to retrieve the value from
Return Value
Type:
Tvalue from the specified object
Remarks
When values are needed from this binding, this method will be called.
See Also