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