RelayValueCommandTValue Class |
A
IValueCommandT class that uses delegates for getting and setting the value of the command
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public class RelayValueCommand<TValue> : RelayValueCommand<Object, TValue>
Public Class RelayValueCommand(Of TValue)
Inherits RelayValueCommand(Of Object, TValue)
type RelayValueCommand<'TValue> =
class
inherit RelayValueCommand<Object, 'TValue>
end
Type Parameters
- TValue
[Missing <typeparam name="TValue"/> documentation for "T:Eto.Forms.RelayValueCommand`1"]
The RelayValueCommandTValue type exposes the following members.
Constructors 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