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

Updated ValueChanged (markdown)

FellippeHeitor 2016-12-21 17:19:47 -02:00
parent f1fab8c8ad
commit a3819af1c9

@ -1,4 +1,4 @@
The ValueChanged event is triggered whenever a [[List]], [[Dropdown list]] or [[TrackBar]] control is manipulated by the user. It occurs after a new 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]] or [[TrackBar]] 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.
####See also:
* [[TextChanged]] event