Click or drag to resize

BindableBindingT, TValueBind Method

Binds the specified sourceBinding to this binding.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override DualBinding<TValue> Bind(
	DirectBinding<TValue> sourceBinding,
	DualBindingMode mode = DualBindingMode.TwoWay
)

Parameters

sourceBinding
Type: Eto.FormsDirectBindingTValue
Source binding to bind from.
mode (Optional)
Type: Eto.FormsDualBindingMode
Dual binding mode.

Return Value

Type: DualBindingTValue

[Missing <returns> documentation for "M:Eto.Forms.BindableBinding`2.Bind(Eto.Forms.DirectBinding{`1},Eto.Forms.DualBindingMode)"]

Remarks
See Also