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