Click or drag to resize

ObjectBindingTValue Class

Binding for a particular object to get/set values from/to
Inheritance Hierarchy
SystemObject
  Eto.FormsBinding
    Eto.FormsDirectBindingTValue
      Eto.FormsObjectBindingObject, TValue
        Eto.FormsObjectBindingTValue

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ObjectBinding<TValue> : ObjectBinding<Object, TValue>

Type Parameters

TValue
The type of value for the binding.
Constructors
Remarks
See Also