Click or drag to resize

BindingUpdate Method

Updates the bound target object's value

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

Parameters

mode (Optional)
Type: Eto.FormsBindingUpdateMode
Direction of the update

Implements

IBindingUpdate(BindingUpdateMode)
Remarks
Typically the source would be your custom class and the destination would be a UI control, but this is not always the case.
See Also