Click or drag to resize

DualBindingT Constructor (DirectBindingT, DirectBindingT, DualBindingMode)

Initializes a new instance of the DualBinding class with two specified bindings

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DualBinding(
	DirectBinding<T> source,
	DirectBinding<T> destination,
	DualBindingMode mode = DualBindingMode.TwoWay
)

Parameters

source
Type: Eto.FormsDirectBindingT
Binding for retrieving the source value from
destination
Type: Eto.FormsDirectBindingT
Binding for setting the destination value to
mode (Optional)
Type: Eto.FormsDualBindingMode
Mode of the binding
See Also