Click or drag to resize

RelayValueCommand<TValue> Class

Inheritance Hierarchy
System.Object
  Eto.Forms.RelayCommand<Object>
    Eto.Forms.RelayValueCommand<Object, TValue>
      Eto.Forms.RelayValueCommand<TValue>

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

Type Parameters

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Eto.Forms.RelayValueCommand`1"]

The RelayValueCommand<TValue> type exposes the following members.

Constructors
  NameDescription
Public methodRelayValueCommand<TValue>
Initializes a new instance of the RelayValueCommand<TValue> class.
Top
Remarks
This can be used to delegate the getting/setting of the value to separate methods. Call UpdateValue() to signal that the value has changed.
See Also