DelegateBindingT, TValueInternalSetValue Method |
Implements the logic to set the value to the specified object
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override void InternalSetValue(
Object dataItem,
TValue value
)
Protected Overrides Sub InternalSetValue (
dataItem As Object,
value As TValue
)
abstract InternalSetValue :
dataItem : Object *
value : 'TValue -> unit
override InternalSetValue :
dataItem : Object *
value : 'TValue -> unit
Parameters
- dataItem
- Type: SystemObject
object to set the value to - value
- Type: TValue
value to set on the dataItem for this binding
See Also