Click or drag to resize

IBinding Interface

Base binding interface

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IBinding

The IBinding type exposes the following members.

Methods
  NameDescription
Public methodUnbind
Unbind this instance from its parent.
Public methodUpdate
Updates the binding from the source to the destination
Top
Remarks
Binding provides a way to bind your data objects to control properties and grid values. This base class adds the ability to unbind the binding, or update it manually.
See Also