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
Event ValueChanged As EventHandler(Of EventArgs)
abstract ValueChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsRemarks
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