Click or drag to resize

DualBindingTUpdate Method

Updates the binding value (sets the source with the value of the destination)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override void Update(
	BindingUpdateMode mode = BindingUpdateMode.Destination
)

Parameters

mode (Optional)
Type: Eto.FormsBindingUpdateMode

[Missing <param name="mode"/> documentation for "M:Eto.Forms.DualBinding`1.Update(Eto.Forms.BindingUpdateMode)"]

Implements

IBindingUpdate(BindingUpdateMode)
See Also