1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated ValueChanged (markdown)

Fellippe Heitor 2018-06-17 19:38:31 -03:00
parent ecebc0dc4d
commit eabf253628

@ -1,4 +1,4 @@
The ValueChanged event is triggered whenever a [[List]], [[Dropdown list|List]] or [[Track bar]] control is manipulated by the user. It occurs after an item is selected or after the TrackBar value is changed, so you can access the .Value property in this event handler.
The ValueChanged event is triggered whenever a [[List]], [[Dropdown list|List]], [[Track bar]], [[CheckBox]] or [[Toggle switch]] control is manipulated by the user. It occurs after an item is selected, after the TrackBar value is changed or after the control is clicked, so you can access the .Value property in this event handler.
#### See also:
* [[TextChanged]] event