Click or drag to resize

BindableWidgetUpdateBindings Method

Updates all bindings in this widget

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

Parameters

mode (Optional)
Type: Eto.FormsBindingUpdateMode

[Missing <param name="mode"/> documentation for "M:Eto.Forms.BindableWidget.UpdateBindings(Eto.Forms.BindingUpdateMode)"]

Remarks
When you implement IBindableWidgetContainer, this will also update bindings for all of its children.
See Also