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; }
Public Property SetValue As Action(Of T, TValue)
Get
Set
member SetValue : Action<'T, 'TValue> with get, set
Property Value
Type:
ActionT,
TValueThe set value delegate.
See Also