PropertyBindingTInternalSetValue Method  | 
 
            Implements the logic to set the value on the specified object
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected override void InternalSetValue(
	Object dataItem,
	T value
)
Protected Overrides Sub InternalSetValue ( 
	dataItem As Object,
	value As T
)
abstract InternalSetValue : 
        dataItem : Object * 
        value : 'T -> unit 
override InternalSetValue : 
        dataItem : Object * 
        value : 'T -> unit Parameters
- dataItem
 - Type: SystemObject
object to set the value to - value
 - Type: T
value to set to the property of the specified dataItem object 
See Also