Click or drag to resize

DelegateBindingT, TValueSetValue Property

Gets or sets the delegate to set the value for this binding.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Action<T, TValue> SetValue { get; set; }

Property Value

Type: ActionT, TValue
The set value delegate.
See Also