Click or drag to resize

ValueCommandT Class

Command that provides a specific value.
Inheritance Hierarchy
SystemObject
  Eto.FormsCommand
    Eto.FormsValueCommandT

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ValueCommand<T> : Command, 
	IValueCommand<T>, ICommand

Type Parameters

T

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

The ValueCommandT type exposes the following members.

Constructors
  NameDescription
Public methodValueCommandT
Initializes a new instance of the ValueCommandT class
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the value for the command.
Top
Methods
  NameDescription
Protected methodOnValueChanged
Raises the ValueChanged event.
Top
Events
  NameDescription
Public eventValueChanged
Event for when the Value is changed.
Top
See Also