Click or drag to resize

RelayValueCommandTValue Class

Inheritance Hierarchy
SystemObject
  Eto.FormsRelayCommandObject
    Eto.FormsRelayValueCommandObject, TValue
      Eto.FormsRelayValueCommandTValue

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 RelayValueCommandTValue type exposes the following members.

Constructors
  NameDescription
Public methodRelayValueCommandTValue
Initializes a new instance of the RelayValueCommandTValue 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