Click or drag to resize

BindableBindingT, TValue Constructor (T, IndirectBindingTValue)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding(
	T dataItem,
	IndirectBinding<TValue> innerBinding
)

Parameters

dataItem
Type: T
Control the binding is attached to.
innerBinding
Type: Eto.FormsIndirectBindingTValue
Inner binding.
See Also