Click or drag to resize

RelayValueCommandTParameter, TValueValueChanged Event

Event to signal to the control/widget that the value has been changed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> ValueChanged

Value

Type: SystemEventHandlerEventArgs

Implements

IValueCommandTValueChanged
Remarks
Controls should call GetValue(Object) when this is raised so that they can set the state of the control to match the value provided.
See Also