| BindableBindingT, TValue Constructor (T, IndirectBindingTValue) | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic BindableBinding(
	T dataItem,
	IndirectBinding<TValue> innerBinding
)
Public Sub New ( 
	dataItem As T,
	innerBinding As IndirectBinding(Of TValue)
)
new : 
        dataItem : 'T * 
        innerBinding : IndirectBinding<'TValue> -> BindableBindingParameters
- dataItem
- Type: T
 Control the binding is attached to.
- innerBinding
- Type: Eto.FormsIndirectBindingTValue
 Inner binding.
 See Also
See Also