RelayValueCommandTParameter, TValue Class |
Namespace: Eto.Forms
public class RelayValueCommand<TParameter, TValue> : RelayCommand<TParameter>, IValueCommand<TValue>, ICommand
[Missing <typeparam name="TParameter"/> documentation for "T:Eto.Forms.RelayValueCommand`2"]
[Missing <typeparam name="TValue"/> documentation for "T:Eto.Forms.RelayValueCommand`2"]
The RelayValueCommandTParameter, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| RelayValueCommandTParameter, TValue |
Initializes a new instance of the RelayValueCommandTParameter, TValue class.
|
| Name | Description | |
|---|---|---|
| GetValue |
Gets the value.
| |
| OnValueChanged |
Raises the ValueChanged event.
| |
| SetValue |
Sets the value.
| |
| UpdateValue |
Signals that the value has been updated and the delegate to get the value should be called.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Event to signal to the control/widget that the value has been changed.
|