Click or drag to resize

DelegateBindingTValueSetValue 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<TValue> SetValue { get; set; }

Property Value

Type: ActionTValue
The set value delegate.
See Also