Click or drag to resize

IValueCommandTValueChanged 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
event EventHandler<EventArgs> ValueChanged

Value

Type: SystemEventHandlerEventArgs
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